diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/libxml/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com> + + * include/libxml/Makefile.am: added schematron.h, oops ... + Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net> * xmlschemastypes.c: Added creation of the content type of diff --git a/include/libxml/Makefile.am b/include/libxml/Makefile.am index 03f95647..bf03a3b2 100644 --- a/include/libxml/Makefile.am +++ b/include/libxml/Makefile.am @@ -48,7 +48,8 @@ xmlinc_HEADERS = \ xmlwriter.h \ chvalid.h \ pattern.h \ - xmlsave.h + xmlsave.h \ + schematron.h install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(xmlincdir) |