]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed the doc/tools directory. It contained doc on profiling,
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 06:10:04 +0000 (06:10 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 06:10:04 +0000 (06:10 +0000)
which is now covered in detail in Bob Stayton's book.

xsl/doc/tools/.cvsignore [deleted file]
xsl/doc/tools/Makefile [deleted file]

diff --git a/xsl/doc/tools/.cvsignore b/xsl/doc/tools/.cvsignore
deleted file mode 100644 (file)
index b364f07..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-*.png
diff --git a/xsl/doc/tools/Makefile b/xsl/doc/tools/Makefile
deleted file mode 100644 (file)
index 3563cb6..0000000
+++ /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