BSTYLE=book.xsl
VPATH=../docsrc
-DIRS=common refentry lib html fo manpages wordml slides/html website tools template pi
+DIRS=common refentry lib html fo manpages wordml slides website tools template pi
all: copyright.html warranty.html reference.html index.html
for i in $(DIRS) __bogus__; do \
-include ../../../../cvstools/Makefile.incl
+include ../../../cvstools/Makefile.incl
-STYLE=../../jrefhtml.xsl
-VPATH=../../../docsrc/slides/html/
+STYLE=../jrefhtml.xsl
+VPATH=../../docsrc/slides/
XSLTOPT=
HTMLFILES = param.html
$(XSLT) $< $(STYLE) $@ $(XSLTOPT)
param.html: docparam.xml
- $(XSLT) $< ../../../docsrc/clrefentry.xsl $(XSLTOPT)
+ $(XSLT) $< ../../docsrc/clrefentry.xsl $(XSLTOPT)
touch param.html
clean:
include ../../cvstools/Makefile.incl
-DIRS=common refentry html fo manpages wordml slides/html website template tools pi
+DIRS=common refentry html fo manpages wordml slides website template tools pi
DOCBOOK5_RNG=../../docbook/relaxng/docbook/docbook.rng
PARAM_XSL_FILES=$(shell for file in $$(find . -name "param.xsl"); do \
<!ENTITY fo-table.xml SYSTEM "fo/table.xml" NDATA SGML>
<!ENTITY manpages-param.xml SYSTEM "manpages/docparam.xml" NDATA SGML>
<!ENTITY wordml-param.xml SYSTEM "wordml/docparam.xml" NDATA SGML>
-<!ENTITY slides-html-param.xml SYSTEM "slides/html/docparam.xml" NDATA SGML>
+<!ENTITY slides-param.xml SYSTEM "slides/docparam.xml" NDATA SGML>
<!ENTITY website-param.xml SYSTEM "website/docparam.xml" NDATA SGML>
<!ENTITY titlepage.xml SYSTEM "template/titlepage.xml" NDATA SGML>
]>
<listitem><para><olink type="title" localinfo="wordml/index.html"
targetdocent="wordml-param.xml"/></para>
</listitem>
- <listitem><para><olink type="title" localinfo="slides/html/index.html"
- targetdocent="slides-html-param.xml"/></para>
+ <listitem><para><olink type="title" localinfo="slides/index.html"
+ targetdocent="slides-param.xml"/></para>
</listitem>
<listitem><para><olink type="title" localinfo="website/index.html"
targetdocent="website-param.xml"/></para>
--- /dev/null
+include ../../../cvstools/Makefile.incl
+
+JSTYLE=../../docsrc/xsl2jref.xsl
+VPATH=../../slides
+
+XMLFILES = docparam.xml
+
+all: $(XMLFILES)
+
+clean:
+ $(RM) $(XMLFILES)
+
+%.xml : %.xsl $(JSTYLE)
+ $(XSLT) $< $(JSTYLE) /dev/null output-file=$@
+ $(XJPARSE) $@
+
+docparam.xml: ../../slides/param.xsl
+ $(MAKE) -C ../../slides param.xml
+ cp ../../slides/param.xml docparam.xml
+++ /dev/null
-include ../../../../cvstools/Makefile.incl
-
-JSTYLE=../../../docsrc/xsl2jref.xsl
-VPATH=../../../slides/html
-
-XMLFILES = docparam.xml
-
-all: $(XMLFILES)
-
-clean:
- $(RM) $(XMLFILES)
-
-%.xml : %.xsl $(JSTYLE)
- $(XSLT) $< $(JSTYLE) /dev/null output-file=$@
- $(XJPARSE) $@
-
-docparam.xml: ../../../slides/html/param.xsl
- $(MAKE) -C ../../../slides/html param.xml
- cp ../../../slides/html/param.xml docparam.xml