summaryrefslogtreecommitdiff
path: root/scripts/split-man
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-10-15 17:30:48 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-15 17:30:48 -0700
commitab642d48be6a70a691d64dcc99cd0b52bc87a430 (patch)
treea11a9832fea56d6743de838bd0f86efd94ea20f9 /scripts/split-man
parentaa9a90bf00d9d80a21eb906afdb590b765246f61 (diff)
[PATCH] Correct case sensitivity in make mandocs
From: Michael Still <mikal@stillhq.com> The attached patch corrects case sensitivity in the mandocs make target. XML is case insensitive, and a bunch of the kernel-doc assumes this. The makeman and splitman scripts incorrectly cared about case. This patch also updates the Docbook DTD version which the script generates.
Diffstat (limited to 'scripts/split-man')
-rwxr-xr-xscripts/split-man2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/split-man b/scripts/split-man
index 7970935a1dee..03897fe6a75d 100755
--- a/scripts/split-man
+++ b/scripts/split-man
@@ -52,7 +52,7 @@ while(<SGML>){
open REF, "> $ARGV[1]/$filename.sgml" or
die "Couldn't open output file \"$ARGV[1]/$filename.sgml\": $!\n";
print REF <<EOF;
-<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<!-- BEGINFRONTTAG: The following is front matter for the parent book -->
$front