1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

automated the generation of the man page Daniel

* doc/Makefile.am doc/xsltproc.1 doc/xsltproc.xml: automated the
  generation of the man page
Daniel
This commit is contained in:
Daniel Veillard
2003-04-25 13:27:22 +00:00
parent cc98e55946
commit 505f68f7e2
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Fri Apr 25 15:26:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
* doc/Makefile.am doc/xsltproc.1 doc/xsltproc.xml: automated the
generation of the man page
Wed Apr 23 23:27:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
* libexslt/sets.c: fixed a bug introduced in the last commit

View File

@ -27,7 +27,7 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \
man_MANS = xsltproc.1
all : $(PAGES) $(top_srcdir)/NEWS libxslt.xsa
all : $(PAGES) $(top_srcdir)/NEWS libxslt.xsa $(man_MANS)
tests:
@ -49,6 +49,9 @@ $(APIPAGES): libxslt-refs.xml site.xsl api.xsl
-@(if [ -x $(bindir)/xsltproc ] ; then \
$(bindir)/xsltproc --html $(srcdir)/api.xsl $(srcdir)/xslt.html ; fi );
xsltproc.1: xsltproc.xml
-@(xsltproc xsltproc.xml)
scan:
-gtkdoc-scan --module=libxslt --source-dir=$(DOC_SOURCE_DIR)/libxslt --ignore-headers="acconfig.h config.h win32config.h"
# gtkdoc-scan --module=libexslt --source-dir=$(DOC_SOURCE_DIR)/libexslt --ignore-headers="acconfig.h config.h win32config.h"

View File

@ -90,10 +90,7 @@ The input document is an HTML file.
.TP
\fB--docbook\fR
The input document is DocBook SGML.
Do not use the --docbook option of xsltproc to process XML DocBook
documents, this option is only intended to provide some (limited) support
of the SGML version of DocBook.
The input document is DocBook SGML. Do not use the --docbook option of xsltproc to process XML DocBook documents, this option is only intended to provide some (limited) support of the SGML version of DocBook.
.TP
\fB--param\fR \fIname\fR \fIvalue\fR
@ -182,4 +179,4 @@ libxml web page:: http://www.xmlsoft.org/http://www.xmlsoft.org/
W3C XSLT page:: http://www.w3.org/TR/xslthttp://www.w3.org/TR/xslt
.SH AUTHOR
.
John Fleck.

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"
href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>