From 3e6dad37c4b6bcc160039361949917dbad2bfe77 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 10 Oct 2012 14:32:18 +0200 Subject: [PATCH] Makefile: use fedora css for documentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 778e5ae6..bfd0fb94 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