diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5300786d..3d8535f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -122,6 +122,11 @@ html/index.html: libxslt-api.xml $(srcdir)/newapi.xsl echo "Validating the resulting XHTML pages" ; \ $(bindir)/xmllint --nonet --valid --noout html/*.html ; fi ); +wiki: libxslt-api.xml $(srcdir)/wiki.xsl + -@(if [ -x $(bindir)/xsltproc ] ; then \ + echo "Rebuilding the wiki HTML pages from the XSLT API" ; \ + $(bindir)/xsltproc --nonet $(srcdir)/wiki.xsl libxslt-api.xml; fi ) + EXSLT/html/index.html: EXSLT/libexslt-api.xml \ $(srcdir)/newapi.xsl -@(if [ -x $(bindir)/xsltproc ] ; then \ |