From 6878ba7aac3f04908357c5f816fab696894f3ec0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 20 May 2004 21:04:57 +0000 Subject: [PATCH] Clean up XSL (This used to be commit d8fba4d56536e43aae2e34838fa37ac5d4087e33) --- docs/Makefile.in | 1 - docs/xslt/expand-sambadoc.xsl | 16 +--------------- docs/xslt/generate-attributions.xsl | 2 +- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/docs/Makefile.in b/docs/Makefile.in index d3993e44ae2..f7e91d0183b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -157,7 +157,6 @@ clean: rm -f Samba-Developers-Guide.* rm -f Samba-Guide.* rm -f $(IMAGEPROJDIR)/*.eps $(MANPAGEDIR)/smb.conf.5.xml - rm -f $(PLUCKERDIR)/*.pdb # Text files $(TXTDIR): diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 8db39b56e8c..dfdc2401808 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -14,7 +14,7 @@ - + @@ -70,20 +70,6 @@ - - - <!DOCTYPE PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ - - <!ENTITY % globalentities SYSTEM 'entities/global.entities'> %globalentities; - ]> - - - - - - - diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl index 79bf9425044..d358f1c59e1 100644 --- a/docs/xslt/generate-attributions.xsl +++ b/docs/xslt/generate-attributions.xsl @@ -9,7 +9,7 @@ version="1.1" extension-element-prefixes="exsl"> - + -- 2.11.4.GIT