BSTYLE=book.xsl
VPATH=../docsrc
-DIRS=common lib html fo manpages slides/html website tools template pi
+DIRS=common refentry lib html fo manpages slides/html website tools template pi
all: copyright.html warranty.html reference.html index.html
for i in $(DIRS) __bogus__; do \
--- /dev/null
+include ../../../cvstools/Makefile.incl
+
+STYLE=../jrefhtml.xsl
+VPATH=../../docsrc/refentry
+XSLTOPT=
+
+HTMLFILES = refentry.html
+
+all: $(HTMLFILES)
+
+%.html : %.xml $(STYLE)
+ $(XSLT) $< $(STYLE) $@ $(XSLTOPT)
+
+clean:
+ $(RM) $(HTMLFILES)
-DIRS=common html fo manpages slides/html website template tools pi
+DIRS=common refentry html fo manpages slides/html website template tools pi
all: xsl-params.xsl
for i in $(DIRS) __bogus__; do \
--- /dev/null
+XSLT=../../../cvstools/saxon
+XJPARSE=../../../cvstools/xjparse
+
+JSTYLE=../../docsrc/xsl2jref.xsl
+VPATH=../../common
+
+XMLFILES = refentry.xml
+
+all: $(XMLFILES)
+
+clean:
+ rm -f $(XMLFILES)
+
+%.xml : %.xsl $(JSTYLE) ../../docsrc/legalnotice.xml
+ $(XSLT) $< $(JSTYLE) /dev/null output-file=$@
PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY common.xml SYSTEM "common/common.xml" NDATA SGML>
+<!ENTITY refentry.xml SYSTEM "refentry/refentry.xml" NDATA SGML>
<!ENTITY lib.xml SYSTEM "../lib/lib.xml" NDATA SGML>
<!ENTITY html-param.xml SYSTEM "html/docparam.xml" NDATA SGML>
<!ENTITY fo-param.xml SYSTEM "fo/docparam.xml" NDATA SGML>
<listitem><para><olink type="title" localinfo="common/common.html"
targetdocent="common.xml"/></para>
</listitem>
+ <listitem><para><olink type="title" localinfo="refentry/refentry.html"
+ targetdocent="refentry.xml"/></para>
+ </listitem>
<listitem><para><olink type="title" localinfo="fo/table.html"
targetdocent="fo-table.xml"/></para>
</listitem>