1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-24 02:03:48 +03:00

dohh generated the wrong include path :-( re-dohh forgot the new manpage

* libxml-2.0.pc.in: dohh generated the wrong include path :-(
* doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
Daniel
This commit is contained in:
Daniel Veillard 2001-09-13 11:34:58 +00:00
parent baa8854e4e
commit 98fed37a39
5 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,10 @@
Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
* libxml-2.0.pc.in: dohh generated the wrong include path :-(
* doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Released 2.4.4
* config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,

View File

@ -91,9 +91,6 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

View File

@ -13,6 +13,8 @@ HTML_DIR=@HTML_DIR@
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html
man_MANS = xmlcatalog.1
# htmldir = $(prefix)/html
# html_DATA = gnome-dev-info.html
@ -50,6 +52,6 @@ install-data-local:
-(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 -)
(cd $(srcdir) ; tar cvf - *.1 *.html *.gif html/*.html html/*.sgml) | (cd $(distdir); tar xf -)
.PHONY : html sgml templates scan

View File

@ -9,4 +9,4 @@ Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir}/libxml2/libxml @XML_CFLAGS@
Cflags: -I${includedir}/libxml2 @XML_CFLAGS@

View File

@ -118,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
%doc %{prefix}/share/man/man1/xmllint.1*
%doc %{prefix}/share/man/man1/xmlcatalog.1*
%doc %{prefix}/share/man/man4/libxml.4*
%{prefix}/lib/lib*.so.*