summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-10-10 14:32:18 +0200
committerHarald Hoyer <harald@redhat.com>2012-10-10 14:32:18 +0200
commit3e6dad37c4b6bcc160039361949917dbad2bfe77 (patch)
tree9ed7c86b6b67b2245e9c768620e973b19ee04daa /Makefile
parent600c8769685496b57ac1570e90d109fb2ddf5650 (diff)
downloaddracut-3e6dad37c4b6bcc160039361949917dbad2bfe77.tar.gz
dracut-3e6dad37c4b6bcc160039361949917dbad2bfe77.tar.bz2
dracut-3e6dad37c4b6bcc160039361949917dbad2bfe77.zip
Makefile: use fedora css for documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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