From: Michael Smith Date: Tue, 10 Jul 2007 04:44:40 +0000 (+0000) Subject: Removed all doc makefiles; directories are now just empty dirs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23a136e1de0b68812821c4cbb1c6e28515a51fef;p=docbook-dsssl Removed all doc makefiles; directories are now just empty dirs waiting to have chunks written to them. --- diff --git a/xsl/docx/Makefile.incl b/xsl/docx/Makefile.incl deleted file mode 100644 index 725ebb8da..000000000 --- a/xsl/docx/Makefile.incl +++ /dev/null @@ -1,17 +0,0 @@ -# Makefile.incl gets included by makefiles in all subdirs - -PARAMFILES = $(shell if [ -f $(VPATH)/docparam.xml ]; then $(XSLT) $(VPATH)/docparam.xml $(DOCPARAM2TXT); fi) - -all: $(HTMLFILES) - -%.html : %.xml $(JREFHTML) - $(XSLT) $< $(JREFHTML) $@ $(XSLTOPT) - -index.html: docparam.xml - $(XSLT) $< $(CLREFENTRY) $(XSLTOPT) - -clean: - $(RM) $(HTMLFILES) -ifneq ($(PARAMFILES),) - $(RM) $(PARAMFILES) -endif diff --git a/xsl/docx/common/Makefile b/xsl/docx/common/Makefile deleted file mode 100644 index 6535b3d99..000000000 --- a/xsl/docx/common/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/common -HTMLFILES = common.html -include ../Makefile.incl diff --git a/xsl/docx/fo/Makefile b/xsl/docx/fo/Makefile deleted file mode 100644 index da7148d9a..000000000 --- a/xsl/docx/fo/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/fo -HTMLFILES = index.html table.html -include ../Makefile.incl diff --git a/xsl/docx/html/Makefile b/xsl/docx/html/Makefile deleted file mode 100644 index 007900e41..000000000 --- a/xsl/docx/html/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/html -HTMLFILES = index.html -include ../Makefile.incl diff --git a/xsl/docx/lib/Makefile b/xsl/docx/lib/Makefile deleted file mode 100644 index 86745dca5..000000000 --- a/xsl/docx/lib/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../lib -HTMLFILES = lib.html -include ../Makefile.incl diff --git a/xsl/docx/manpages/Makefile b/xsl/docx/manpages/Makefile deleted file mode 100644 index 98c468ced..000000000 --- a/xsl/docx/manpages/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/manpages -HTMLFILES = index.html -include ../Makefile.incl diff --git a/xsl/docx/pi/Makefile b/xsl/docx/pi/Makefile deleted file mode 100644 index 5753e0c6d..000000000 --- a/xsl/docx/pi/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/pi -HTMLFILES = common.html -include ../Makefile.incl - -common.html: pi.xml - $(XSLT) $< $(PIREFENTRY) $(XSLTOPT) diff --git a/xsl/docx/refentry/Makefile b/xsl/docx/refentry/Makefile deleted file mode 100644 index 5a91a4a6e..000000000 --- a/xsl/docx/refentry/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/refentry -HTMLFILES = refentry.html -include ../Makefile.incl diff --git a/xsl/docx/roundtrip/Makefile b/xsl/docx/roundtrip/Makefile deleted file mode 100644 index 78d16cc8a..000000000 --- a/xsl/docx/roundtrip/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/roundtrip -HTMLFILES = index.html -include ../Makefile.incl diff --git a/xsl/docx/slides-fo/Makefile b/xsl/docx/slides-fo/Makefile deleted file mode 100644 index cef3f67c1..000000000 --- a/xsl/docx/slides-fo/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/slides-fo -HTMLFILES = index.html -include ../Makefile.incl diff --git a/xsl/docx/slides-html/Makefile b/xsl/docx/slides-html/Makefile deleted file mode 100644 index d66e0eab5..000000000 --- a/xsl/docx/slides-html/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/slides-html -HTMLFILES = index.html -include ../Makefile.incl diff --git a/xsl/docx/template/Makefile b/xsl/docx/template/Makefile deleted file mode 100644 index 38e39f84b..000000000 --- a/xsl/docx/template/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/template -HTMLFILES = titlepage.html -include ../Makefile.incl diff --git a/xsl/docx/utility/Makefile b/xsl/docx/utility/Makefile deleted file mode 100644 index b5a06981f..000000000 --- a/xsl/docx/utility/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/utility -HTMLFILES = utility.html -include ../Makefile.incl diff --git a/xsl/docx/website/Makefile b/xsl/docx/website/Makefile deleted file mode 100644 index 525beeac3..000000000 --- a/xsl/docx/website/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include ../../../releasetools/Variables.mk -VPATH=../../docsrc/website -HTMLFILES = index.html -include ../Makefile.incl