]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: use xhtml instead of xhtml-1_1 for the docbook.xsl
authorHarald Hoyer <harald@redhat.com>
Wed, 10 Nov 2010 14:05:04 +0000 (15:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 10 Nov 2010 14:05:04 +0000 (15:05 +0100)
Makefile

index becd95a8198b8810140563a8e59ef82677cb0e7d..9dbe9816fa3ff752dbff49f1b21fafc692e561ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ dracut.html: dracut.xml $(manpages)
        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 \
-               http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl dracut.xml
+               http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml
 
 modules.d/99base/switch_root: switch_root.c
        gcc -D _GNU_SOURCE -D 'PACKAGE_STRING="dracut"' -std=gnu99 -fsigned-char -g -O2 -o modules.d/99base/switch_root switch_root.c