1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

Removed dependency from libxml2.def.src

* doc/Makefile.am: Removed dependency from libxml2.def.src
This commit is contained in:
William M. Brack 2003-08-13 14:50:18 +00:00
parent 476cd96411
commit ccf9e39d97
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
* doc/Makefile.am: Removed dependency from libxml2.def.src
Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
* autogen.sh: took away the requirement for automake-1.4,

View File

@ -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 )