e0c81a6407
>From ChangeLog: o Fixed a few bugs in XPath, validation, and tree handling. o Fixed XML Base implementation, added a coupel of examples to the regression tests
20 lines
770 B
Plaintext
20 lines
770 B
Plaintext
--- doc/Makefile.in.orig Thu Jul 19 17:43:01 2001
|
|
+++ doc/Makefile.in Thu Jul 19 17:43:26 2001
|
|
@@ -117,7 +117,7 @@
|
|
Z_CFLAGS = @Z_CFLAGS@
|
|
Z_LIBS = @Z_LIBS@
|
|
|
|
-DOC_MODULE = libxml2-$(VERSION)
|
|
+DOC_MODULE = libxml2
|
|
|
|
# The top-level SGML file.
|
|
DOC_MAIN_SGML_FILE = gnome-xml.sgml
|
|
@@ -263,7 +263,6 @@
|
|
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(DESTDIR)$(TARGET_DIR)
|
|
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
|
|
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
|
|
- -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
|
|
|
|
dist-hook:
|
|
(cd $(srcdir) ; tar cvf - *.html *.gif html/*.html html/*.sgml) | (cd $(distdir); tar xf -)
|