diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-25 13:27:22 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-25 13:27:22 +0000 |
commit | 505f68f7e269fca54dc94f6322f4bfbb15751d98 (patch) | |
tree | f8e0a410f43204c8c26538154383048c82fbaa38 /doc/Makefile.am | |
parent | cc98e5594625cd8f4ec13a4bdfce584891ffc49d (diff) | |
download | libxslt-505f68f7e269fca54dc94f6322f4bfbb15751d98.tar.gz libxslt-505f68f7e269fca54dc94f6322f4bfbb15751d98.tar.bz2 libxslt-505f68f7e269fca54dc94f6322f4bfbb15751d98.zip |
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
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3bb8623c..53932c45 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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" |