From: Michael Smith Date: Thu, 6 Apr 2006 06:10:04 +0000 (+0000) Subject: Removed the doc/tools directory. It contained doc on profiling, X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f72c039e38c778ba1c0349f9ffa9efb6d61b378;p=docbook-dsssl Removed the doc/tools directory. It contained doc on profiling, which is now covered in detail in Bob Stayton's book. --- diff --git a/xsl/doc/tools/.cvsignore b/xsl/doc/tools/.cvsignore deleted file mode 100644 index b364f074f..000000000 --- a/xsl/doc/tools/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -*.html -*.png diff --git a/xsl/doc/tools/Makefile b/xsl/doc/tools/Makefile deleted file mode 100644 index 3563cb668..000000000 --- a/xsl/doc/tools/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -include ../../../cvstools/Makefile.incl - -STYLE=../../html/docbook.xsl -VPATH=../../docsrc/tools -XSLTOPT= - -HTMLFILES = profiling.html - -all: profile-chain.png $(HTMLFILES) - -%.html : %.xml $(STYLE) - $(XSLT) $< $(STYLE) $@ $(XSLTOPT) - -profile-chain.png: $(VPATH) - cp $(VPATH)/profile-chain.png . - -clean: - rm -f $(HTMLFILES) - rm -f profile-chain.png