From 498a131239f6d8fe4b82a3ec2bb1ead4fc27bb73 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 10 Nov 2010 15:05:04 +0100 Subject: [PATCH] Makefile: use xhtml instead of xhtml-1_1 for the docbook.xsl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index becd95a..9dbe981 100644 --- 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 -- 2.7.4