diff --git a/ChangeLog b/ChangeLog index 9c74ea03..16ba83b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 12 22:48:10 HKT 2003 William Brack + + * doc/Makefile.am: Removed dependency from libxml2.def.src + Tue Aug 12 18:55:08 HKT 2003 William Brack * autogen.sh: took away the requirement for automake-1.4, diff --git a/doc/Makefile.am b/doc/Makefile.am index b3b76808..cb7d4c9c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -72,7 +72,7 @@ xml: templates libxml2-api.xml: apibuild.py ../include/libxml/*.h -(./apibuild.py) -$(WIN32_DIR)/libxml2.def.src: libxml2-api.xml +$(WIN32_DIR)/libxml2.def.src: -@(if [ -x $(bindir)/xsltproc ] ; then \ $(bindir)/xsltproc -o $(WIN32_DIR)/libxml2.def.src \ --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )