From: Daniel Veillard Date: Sat, 9 Mar 2002 10:54:32 +0000 (+0000) Subject: fixed a build problem in some environements Daniel X-Git-Tag: v1.1.28~989 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22a7840c7031d933c32b9c190e865fbabf798709;p=platform%2Fupstream%2Flibxslt.git fixed a build problem in some environements Daniel * doc/Makefile.am: fixed a build problem in some environements Daniel --- 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 \