Skip to content
Snippets Groups Projects
Commit aac8f65e656d authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Add Makefile rule to regenerate xsltproc.html

This file has never been updated since it was added 15 years ago.
parent 490106226542
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@
if REBUILD_DOCS
all-local: web ../NEWS libxslt.xsa $(man_MANS)
all-local: web ../NEWS libxslt.xsa $(man_MANS) xsltproc.html
api: libxslt-api.xml libxslt-refs.xml $(APIPAGES) search.php \
html/index.html $(WIN32_DIR)/libxslt.def.src
......@@ -242,6 +242,9 @@
($(XSLTPROC) $(srcdir)/checkapisym.xsl $(srcdir)/libxslt-api.xml)
($(XSLTPROC) -o ../libxslt/libxslt.syms $(srcdir)/syms.xsl $(srcdir)/symbols.xml)
xsltproc.html: xsltproc.xml
-@($(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xsltproc.xml)
xsltproc.1: $(srcdir)/xsltproc.xml
-@(if [ -x $(XSLTPROC) ] ; then \
echo "Rebuilding the man pages from the xml" ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment