*** empty log message ***

This commit is contained in:
Daniel Veillard 1999-02-06 18:12:01 +00:00
parent 1899e85350
commit 19b858c4e8
5 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = doc
INCLUDES = -I@srcdir@ @CORBA_CFLAGS@
noinst_PROGRAMS=tester

View File

@ -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

View File

@ -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)

3
doc/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
htmldir = $(prefix)/html
html_DATA = xml.html structure.gif DOM.gif

View File

@ -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