From 4ec0b0f4c33bbf0917cccb1c3583122c16b95287 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 25 Apr 2001 15:53:40 +0000 Subject: [PATCH] =?UTF-8?q?-=20DOCBparser.c=20include/Makefile.am:=20two?= =?UTF-8?q?=20patches=20from=20=20L=E1szl=F3=20Kov=E1cs=20Daniel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 4 ++++ DOCBparser.c | 3 ++- include/Makefile.am | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95e8c2ce..da9ba614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard + + * DOCBparser.c include/Makefile.am: two patches from László Kovács + Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard * tree.c: trying to fix #53574, not completely complete, diff --git a/DOCBparser.c b/DOCBparser.c index d7e8a15a..c199b4c3 100644 --- a/DOCBparser.c +++ b/DOCBparser.c @@ -438,6 +438,7 @@ docbookElementTable[] = { { "areaset", 0, 0, 0, 9, 0, "" }, /* area */ { "areaspec", 0, 0, 0, 9, 0, "" }, /* area */ { "arg", 0, 0, 0, 1, 0, "" }, +{ "artheader", 0, 0, 0, 9, 0, "" }, { "article", 0, 0, 0, 9, 0, "" }, /* div.title.content */ { "articleinfo",0, 0, 0, 9, 0, "" }, /* graphic */ { "artpagenums",0, 0, 0, 4, 0, "" }, /* docinfo */ @@ -540,7 +541,7 @@ docbookElementTable[] = { { "glossseealso",0, 0, 0, 2, 0, "" }, /* para */ { "glosssee", 0, 0, 0, 2, 0, "" }, /* para */ { "glossterm", 0, 0, 0, 2, 0, "" }, /* para */ -{ "graphic", 0, 2, 1, 0, 0, "" }, +{ "graphic", 0, 0, 0, 9, 0, "" }, { "graphicco", 0, 0, 0, 9, 0, "" }, /* areaspec */ { "group", 0, 0, 0, 9, 0, "" }, /* arg */ { "guibutton", 0, 0, 0, 7, 0, "" }, /* smallcptr */ diff --git a/include/Makefile.am b/include/Makefile.am index 0d946611..5baa7fe1 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -26,7 +26,8 @@ xmlinc_HEADERS = \ libxml/uri.h \ libxml/valid.h \ libxml/xlink.h \ - libxml/xmlversion.h + libxml/xmlversion.h \ + libxml/DOCBparser.h install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml