1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-08 17:42:14 +03:00

- DOCBparser.c include/Makefile.am: two patches from Lszl Kovcs

Daniel
This commit is contained in:
Daniel Veillard
2001-04-25 15:53:40 +00:00
parent b33c201978
commit 4ec0b0f4c3
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* DOCBparser.c include/Makefile.am: two patches from L<>szl<7A> Kov<6F>cs
Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.c: trying to fix #53574, not completely complete, * tree.c: trying to fix #53574, not completely complete,

View File

@@ -438,6 +438,7 @@ docbookElementTable[] = {
{ "areaset", 0, 0, 0, 9, 0, "" }, /* area */ { "areaset", 0, 0, 0, 9, 0, "" }, /* area */
{ "areaspec", 0, 0, 0, 9, 0, "" }, /* area */ { "areaspec", 0, 0, 0, 9, 0, "" }, /* area */
{ "arg", 0, 0, 0, 1, 0, "" }, { "arg", 0, 0, 0, 1, 0, "" },
{ "artheader", 0, 0, 0, 9, 0, "" },
{ "article", 0, 0, 0, 9, 0, "" }, /* div.title.content */ { "article", 0, 0, 0, 9, 0, "" }, /* div.title.content */
{ "articleinfo",0, 0, 0, 9, 0, "" }, /* graphic */ { "articleinfo",0, 0, 0, 9, 0, "" }, /* graphic */
{ "artpagenums",0, 0, 0, 4, 0, "" }, /* docinfo */ { "artpagenums",0, 0, 0, 4, 0, "" }, /* docinfo */
@@ -540,7 +541,7 @@ docbookElementTable[] = {
{ "glossseealso",0, 0, 0, 2, 0, "" }, /* para */ { "glossseealso",0, 0, 0, 2, 0, "" }, /* para */
{ "glosssee", 0, 0, 0, 2, 0, "" }, /* para */ { "glosssee", 0, 0, 0, 2, 0, "" }, /* para */
{ "glossterm", 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 */ { "graphicco", 0, 0, 0, 9, 0, "" }, /* areaspec */
{ "group", 0, 0, 0, 9, 0, "" }, /* arg */ { "group", 0, 0, 0, 9, 0, "" }, /* arg */
{ "guibutton", 0, 0, 0, 7, 0, "" }, /* smallcptr */ { "guibutton", 0, 0, 0, 7, 0, "" }, /* smallcptr */

View File

@@ -26,7 +26,8 @@ xmlinc_HEADERS = \
libxml/uri.h \ libxml/uri.h \
libxml/valid.h \ libxml/valid.h \
libxml/xlink.h \ libxml/xlink.h \
libxml/xmlversion.h libxml/xmlversion.h \
libxml/DOCBparser.h
install-exec-hook: install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml $(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml