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:
@@ -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
|
||||
|
Reference in New Issue
Block a user