]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed now-unneeded Makefile.incl file from docsrcx build.
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 8 Jul 2007 22:37:32 +0000 (22:37 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 8 Jul 2007 22:37:32 +0000 (22:37 +0000)
xsl/docsrcx/Makefile.incl [deleted file]

diff --git a/xsl/docsrcx/Makefile.incl b/xsl/docsrcx/Makefile.incl
deleted file mode 100644 (file)
index da8aaa6..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-XJPARSEFLAGS=-E 0 -w
-all: $(XMLFILES)
-
-clean:
-       $(RM) $(XMLFILES)
-
-%.refsect1.xml: %.xml $(JREF2REFSECT1)
-       $(XSLT) $< $(JREF2REFSECT1) $@
-
-%.xml : %.xsl $(XSL2JREF)
-       $(XSLT) $< $(XSL2JREF) /dev/null output-file=$@
-       $(XJPARSE) $(XJPARSEFLAGS) $@
-
-docparam.xml: $(VPATH)/param.xweb $(PARAMS)
-       $(DOCBOOK_SVN)/buildtools/paramchk -m Makefile.param $<
-       $(XSLT) $< ../../profiling/profile.xsl $(PARAMPROF) profile.condition=html
-       $(XSLT) $(PARAMPROF) ../../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition
-ifeq ($(ADDNEWLINE),)
-       $(XSLT) $(PARAMSTRIP) $(DOCBOOK_SVN)/releasetools/w2docbook.xsl $@
-else
-       $(XSLT) $(PARAMSTRIP) $(DOCBOOK_SVN)/releasetools/w2docbook.xsl $@.tmp
-       $(XSLT) $@.tmp $(ADDNEWLINE) $@
-       $(RM) $@.tmp
-endif
-       $(RM) $(PARAMPROF) $(PARAMSTRIP)