From 19b858c4e80e26900f3c65de609cbf766c054127 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 6 Feb 1999 18:12:01 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 ++ autogen.sh | 4 ++-- configure.in | 2 +- doc/Makefile.am | 3 +++ libxml.spec | 3 ++- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index 87a2baea..0ee69591 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +SUBDIRS = doc + INCLUDES = -I@srcdir@ @CORBA_CFLAGS@ noinst_PROGRAMS=tester diff --git a/autogen.sh b/autogen.sh index 21268869..03991851 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,8 +46,8 @@ if test -z "$*"; then echo "to pass any to it, please specify them on the $0 command line." fi -libtoolize --copy --force -aclocal +libtoolize --copy --force +aclocal $ACLOCAL_FLAGS automake --add-missing autoconf diff --git a/configure.in b/configure.in index 159aceb9..7608694d 100644 --- a/configure.in +++ b/configure.in @@ -50,5 +50,5 @@ dnl Checks for library functions. AC_FUNC_STRFTIME AC_CHECK_FUNCS(strdup strndup strerror snprintf ) AC_SUBST(Z_LIBS) -AC_OUTPUT(Makefile xml-config) +AC_OUTPUT(Makefile doc/Makefile xml-config) diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..ca7fb5bd --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +htmldir = $(prefix)/html +html_DATA = xml.html structure.gif DOM.gif + diff --git a/libxml.spec b/libxml.spec index 2e983e35..c3d1020d 100644 --- a/libxml.spec +++ b/libxml.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 0.99.3 +%define ver 0.99.5 %define rel SNAP %define prefix /usr @@ -73,6 +73,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO +%doc doc/DOM.gif doc/structure.gif doc/xml.html %{prefix}/lib/lib*.so.* %{prefix}/bin/xml-config