From c97b78b4452ef39ffe28a1427f6f555248a70a1c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 13 Mar 2005 18:25:08 +0000 Subject: More validation fixes; building FO-PDF versions of the HOWTO and the Guide work now! (This used to be commit 2192c44663d3031cd6c0f228aea4a8cdd2a29a82) --- docs/xslt/upgrade.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/xslt') diff --git a/docs/xslt/upgrade.pl b/docs/xslt/upgrade.pl index 369d76e55d..bcd9d2f6ec 100644 --- a/docs/xslt/upgrade.pl +++ b/docs/xslt/upgrade.pl @@ -6,6 +6,7 @@ undef $/; while(<>) { s/(.*?)<\/name>(.*?)<\/value><\/smbconfoption>/\2<\/smbconfoption>/g; s/(.*?)<\/name><\/smbconfoption>//g; + s/(.*?)<\/smbconfsection>//g; s/xmlns:samba=\"http:\/\/samba.org\/common\"/xmlns:samba=\"http:\/\/www.samba.org\/samba\/DTD\/samba-doc\"/g; print $_; } -- cgit