Browse Source

Makefile: use fedora css for documentation

master
Harald Hoyer 13 years ago
parent
commit
3e6dad37c4
  1. 2
      Makefile

2
Makefile

@ -75,7 +75,7 @@ dracut.html: dracut.asc $(manpages)
asciidoc -a numbered -d book -b docbook -o dracut.xml dracut.asc asciidoc -a numbered -d book -b docbook -o dracut.xml dracut.asc
xsltproc -o dracut.html --xinclude -nonet \ xsltproc -o dracut.html --xinclude -nonet \
--stringparam html.stylesheet \ --stringparam html.stylesheet \
https://access.redhat.com/knowledge/docs/resources/docs/common/en-US/css/menu.css \ http://docs.fedoraproject.org/en-US/Common_Content/css/default.css \
http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml
rm dracut.xml rm dracut.xml



Loading…
Cancel
Save