]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: use fedora css for documentation
authorHarald Hoyer <harald@redhat.com>
Wed, 10 Oct 2012 12:32:18 +0000 (14:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 10 Oct 2012 12:32:18 +0000 (14:32 +0200)
Makefile

index 778e5ae6bb7bbf7e24a862ee765c04179e51d1e0..bfd0fb9443d56c0f886143f67a42d1fbccf77ac2 100644 (file)
--- 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