aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-11-24 13:04:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-11-24 13:04:35 +0000
commitf2a1283564df8ded1942b231c60c3a7ae4ff748a (patch)
treeccbe81dac1500399948a3de61bef435c05bb7461 /doc/examples
parentbe9c6320d4ed8d5622322014310555bb88b02a85 (diff)
downloadandroid_external_libxml2-f2a1283564df8ded1942b231c60c3a7ae4ff748a.tar.gz
android_external_libxml2-f2a1283564df8ded1942b231c60c3a7ae4ff748a.tar.bz2
android_external_libxml2-f2a1283564df8ded1942b231c60c3a7ae4ff748a.zip
more XML Schemas fixes based on Eric van der Vlist examples added
* xmlregexp.c xmlschemas.c: more XML Schemas fixes based on Eric van der Vlist examples * result/schemas/vdv-first4* test/schemas/vdv-first4*: added regression tests * doc/examples/Makefile.am doc/examples/index.py: do not regenerate the index on make all target, but only on make rebuild to avoid troubles. Daniel
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/Makefile.am2
-rwxr-xr-xdoc/examples/index.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index e90c867d..ebcf18e1 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAG
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
-all: examples.xml index.html
+rebuild: examples.xml index.html
examples.xml: index.py *.c
-@($(srcdir)/index.py)
diff --git a/doc/examples/index.py b/doc/examples/index.py
index c2235b88..8c64757c 100755
--- a/doc/examples/index.py
+++ b/doc/examples/index.py
@@ -227,7 +227,7 @@ INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAG
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
-all: examples.xml index.html
+rebuild: examples.xml index.html
examples.xml: index.py *.c
-@($(srcdir)/index.py)