]> granicus.if.org Git - docbook-dsssl/commitdiff
Added refentry metadata-gathering documentation.
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 5 Jul 2005 00:06:41 +0000 (00:06 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 5 Jul 2005 00:06:41 +0000 (00:06 +0000)
xsl/doc/Makefile
xsl/doc/refentry/.cvsignore [new file with mode: 0644]
xsl/doc/refentry/Makefile [new file with mode: 0644]
xsl/docsrc/Makefile
xsl/docsrc/refentry/.cvsignore [new file with mode: 0644]
xsl/docsrc/refentry/Makefile [new file with mode: 0644]
xsl/docsrc/reference.xml

index d11c216da58de2211974bd02cf79f4bf853c0648..60d4434d29e2f9b8174a7c17010a060497154ffe 100644 (file)
@@ -9,7 +9,7 @@ CRSTYLE=creference.xsl
 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 \
diff --git a/xsl/doc/refentry/.cvsignore b/xsl/doc/refentry/.cvsignore
new file mode 100644 (file)
index 0000000..2d19fc7
--- /dev/null
@@ -0,0 +1 @@
+*.html
diff --git a/xsl/doc/refentry/Makefile b/xsl/doc/refentry/Makefile
new file mode 100644 (file)
index 0000000..4195e61
--- /dev/null
@@ -0,0 +1,15 @@
+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)
index 33804771af57fc82365b42f40d06ab8583103729..96c0a1aa40ca29624a2931deb092ebbb798ff7df 100644 (file)
@@ -1,4 +1,4 @@
-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 \
diff --git a/xsl/docsrc/refentry/.cvsignore b/xsl/docsrc/refentry/.cvsignore
new file mode 100644 (file)
index 0000000..6722cd9
--- /dev/null
@@ -0,0 +1 @@
+*.xml
diff --git a/xsl/docsrc/refentry/Makefile b/xsl/docsrc/refentry/Makefile
new file mode 100644 (file)
index 0000000..c2bd9f8
--- /dev/null
@@ -0,0 +1,15 @@
+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=$@
index c94a7d868830cc64e6246b265e9469f410d24bfb..d2fd92ac6b7aafc9e2fabdd879ffe380ac6067a1 100644 (file)
@@ -2,6 +2,7 @@
 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>
@@ -58,6 +59,9 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
       <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>