Makefile: fix css style for dracut.html
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Sep 2012 09:17:13 +0000 (11:17 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Sep 2012 13:29:53 +0000 (15:29 +0200)
Makefile

index 7194c41..778e5ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,9 +74,8 @@ endif
 dracut.html: dracut.asc $(manpages)
        asciidoc -a numbered -d book -b docbook -o dracut.xml dracut.asc
        xsltproc -o dracut.html --xinclude -nonet \
-               --stringparam draft.mode yes \
                --stringparam html.stylesheet \
-               http://docs.redhat.com/docs/en-US/Common_Content/css/default.css \
+               https://access.redhat.com/knowledge/docs/resources/docs/common/en-US/css/menu.css \
                http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml
        rm dracut.xml