From 22a7840c7031d933c32b9c190e865fbabf798709 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 9 Mar 2002 10:54:32 +0000 Subject: [PATCH] fixed a build problem in some environements Daniel * doc/Makefile.am: fixed a build problem in some environements Daniel --- ChangeLog | 4 ++++ doc/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 147fb00..2f8fca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 9 11:53:39 CET 2002 Daniel Veillard + + * doc/Makefile.am: fixed a build problem in some environements + 2002-03-08 jacob berkman * python/Makefile.am (libxsltmodule_la_SOURCES): remove $(srcdir) diff --git a/doc/Makefile.am b/doc/Makefile.am index 1bd57a1..b4baaaa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,7 +27,8 @@ all : $(PAGES) web: $(PAGES) $(APIPAGES) $(PAGES): $(srcdir)/xslt.html $(srcdir)/site.xsl - ../xsltproc/xsltproc --html $(srcdir)/site.xsl $(srcdir)/xslt.html > index.html + -@(if [ -x $(bindir)/xsltproc ] ; then \ + $(bindir)/xsltproc --html $(srcdir)/site.xsl $(srcdir)/xslt.html > index.html ; fi ) $(APIPAGES): libxslt-refs.xml site.xsl api.xsl -@(if [ -x $(bindir)/xsltproc ] ; then \ -- 2.7.4