From: Harald Hoyer Date: Wed, 10 Oct 2012 12:32:18 +0000 (+0200) Subject: Makefile: use fedora css for documentation X-Git-Tag: 024~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e6dad37c4b6bcc160039361949917dbad2bfe77;p=thirdparty%2Fdracut.git Makefile: use fedora css for documentation --- diff --git a/Makefile b/Makefile index 778e5ae6b..bfd0fb944 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ dracut.html: dracut.asc $(manpages) asciidoc -a numbered -d book -b docbook -o dracut.xml dracut.asc xsltproc -o dracut.html --xinclude -nonet \ --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 rm dracut.xml