1999-03-09 01:13:40 +00:00
|
|
|
--- Makefile.in.orig Thu Feb 25 13:01:50 1999
|
|
|
|
+++ Makefile.in Wed Mar 3 13:15:47 1999
|
1999-08-22 03:40:41 +00:00
|
|
|
@@ -101,7 +101,7 @@
|
1999-03-09 01:13:40 +00:00
|
|
|
|
1999-08-22 03:40:41 +00:00
|
|
|
lib_LTLIBRARIES = libxml.la
|
1999-03-09 01:13:40 +00:00
|
|
|
|
1999-08-22 03:40:41 +00:00
|
|
|
-libxml_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
|
1999-10-14 03:39:38 +00:00
|
|
|
+libxml_la_LDFLAGS = -version-info 5:0:0
|
1999-03-09 01:13:40 +00:00
|
|
|
|
1999-08-22 03:40:41 +00:00
|
|
|
libxml_la_SOURCES = SAX.c entities.c encoding.c error.c parser.c HTMLparser.c HTMLtree.c debugXML.c tree.c xpath.c valid.c
|
1999-03-09 01:13:40 +00:00
|
|
|
|
1999-02-24 22:12:10 +00:00
|
|
|
@@ -105,7 +105,7 @@
|
1998-10-10 13:48:53 +00:00
|
|
|
tester_DEPENDENCIES = $(DEPS)
|
1999-01-31 19:06:21 +00:00
|
|
|
tester_LDADD = $(LDADDS)
|
1998-10-10 13:48:53 +00:00
|
|
|
|
1999-01-31 19:06:21 +00:00
|
|
|
-confexecdir = $(libdir)
|
|
|
|
+confexecdir = $(sysconfdir)
|
1998-10-10 13:48:53 +00:00
|
|
|
confexec_DATA = xmlConf.sh
|
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
EXTRA_DIST = xmlConf.sh.in libxml.spec.in
|
|
|
|
@@ -518,7 +518,7 @@
|
1999-01-31 19:06:21 +00:00
|
|
|
uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \
|
|
|
|
uninstall-confexecDATA uninstall-xmlincHEADERS
|
1999-02-24 22:12:10 +00:00
|
|
|
uninstall: uninstall-recursive
|
1999-01-31 19:06:21 +00:00
|
|
|
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
|
|
|
|
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
|
|
|
|
$(HEADERS) config.h
|
1999-02-24 22:12:10 +00:00
|
|
|
all-redirect: all-recursive-am
|
1999-01-31 19:06:21 +00:00
|
|
|
install-strip:
|
1999-03-09 01:13:40 +00:00
|
|
|
--- doc/Makefile.in.orig Thu Feb 25 13:01:51 1999
|
|
|
|
+++ doc/Makefile.in Tue Mar 2 20:39:23 1999
|
|
|
|
@@ -89,7 +89,7 @@
|
|
|
|
# The directory containing the source code (if it contains documentation).
|
|
|
|
DOC_SOURCE_DIR = ..
|
|
|
|
|
|
|
|
-HTML_DIR = $(datadir)/gnome-xml/html
|
|
|
|
+HTML_DIR = $(datadir)
|
|
|
|
|
|
|
|
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|