mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-19 18:50:25 +08:00
*** empty log message ***
This commit is contained in:
parent
1899e85350
commit
19b858c4e8
@ -1,5 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = doc
|
||||
|
||||
INCLUDES = -I@srcdir@ @CORBA_CFLAGS@
|
||||
|
||||
noinst_PROGRAMS=tester
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
3
doc/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
htmldir = $(prefix)/html
|
||||
html_DATA = xml.html structure.gif DOM.gif
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user