aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-02-06 18:12:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-02-06 18:12:01 +0000
commit19b858c4e80e26900f3c65de609cbf766c054127 (patch)
tree5e53ce70da00b9a43afb188288776066869f53e2
parent1899e85350e6407fefc2caee630164b7cb8180f4 (diff)
downloadlibxml2-19b858c4e80e26900f3c65de609cbf766c054127.tar.gz
*** empty log message ***
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in2
-rw-r--r--doc/Makefile.am3
-rw-r--r--libxml.spec3
5 files changed, 10 insertions, 4 deletions
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