From 5cec435fda2f812ef47185e331979e1072d62f43 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 12 Jun 2005 16:46:09 +0000 Subject: Remove references to Samba4 manpages (This used to be commit a09660ccdae98c0b630b732c6c46dc7735a1798d) --- docs/xslt/latex.xsl | 1 + docs/xslt/upgrade.pl | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 docs/xslt/upgrade.pl (limited to 'docs/xslt') diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index b7159b15fe..ac9d2fe423 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -2,6 +2,7 @@ + diff --git a/docs/xslt/upgrade.pl b/docs/xslt/upgrade.pl deleted file mode 100644 index bcd9d2f6ec..0000000000 --- a/docs/xslt/upgrade.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl -# Update documents to the Samba DTD V1.0 - -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