From 8f72c039e38c778ba1c0349f9ffa9efb6d61b378 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 6 Apr 2006 06:10:04 +0000 Subject: [PATCH] Removed the doc/tools directory. It contained doc on profiling, which is now covered in detail in Bob Stayton's book. --- xsl/doc/tools/.cvsignore | 2 -- xsl/doc/tools/Makefile | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 xsl/doc/tools/.cvsignore delete mode 100644 xsl/doc/tools/Makefile 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 -- 2.40.0