From: Michael Smith Date: Sun, 8 Jul 2007 22:37:32 +0000 (+0000) Subject: Removed now-unneeded Makefile.incl file from docsrcx build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54a1b14b7eb296ac72f4c201523e54cf3d7c9e33;p=docbook-dsssl Removed now-unneeded Makefile.incl file from docsrcx build. --- diff --git a/xsl/docsrcx/Makefile.incl b/xsl/docsrcx/Makefile.incl deleted file mode 100644 index da8aaa64f..000000000 --- a/xsl/docsrcx/Makefile.incl +++ /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)