1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

added Dodji's example, added output handling Daniel

* doc/examples/*: added Dodji's example, added output handling
Daniel
This commit is contained in:
Daniel Veillard
2003-11-13 11:45:43 +00:00
parent 241e19d4af
commit d9d63d6e53
8 changed files with 139 additions and 4 deletions

View File

@@ -216,6 +216,8 @@ def dump_sections(output):
def dump_Makefile():
for file in glob.glob('*.xml'):
extras.append(file)
for file in glob.glob('*.out'):
extras.append(file)
Makefile="""# Beware this is autogenerated by config.py
INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la