From: Harald Hoyer Date: Fri, 28 Sep 2012 09:17:13 +0000 (+0200) Subject: Makefile: fix css style for dracut.html X-Git-Tag: 024~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b9669cff4020c87b83dff65fa9f5f709f7032d3;p=thirdparty%2Fdracut.git Makefile: fix css style for dracut.html --- diff --git a/Makefile b/Makefile index 7194c416f..778e5ae6b 100644 --- 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