1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

should fix #67674 and avoid troubles if xsltproc is not available or fails

* doc/Makefile.am: should fix #67674 and avoid troubles if
  xsltproc is not available or fails in the prefix provided
Daniel
This commit is contained in:
Daniel Veillard 2002-01-02 13:13:30 +00:00
parent 26908ab580
commit cebb136120
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
* doc/Makefile.am: should fix #67674 and avoid troubles if
xsltproc is not available or fails in the prefix provided
Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
* xmlmemory.c: one more doc patch from Charlie Bozeman.

View File

@ -22,8 +22,8 @@ man_MANS = xmllint.1 xmlcatalog.1
all: $(PAGES)
$(PAGES): xml.html site.xsl
@(if [ -x /usr/bin/xsltproc ] ; then \
/usr/bin/xsltproc --html site.xsl xml.html > index.html ; fi );
-@(if [ -x $(bindir)/xsltproc ] ; then \
$(bindir)/xsltproc --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
scan:
gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h xmlwin32version.h win32config.h trio.h strio.h triop.h"