summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-11-21 00:28:39 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-11-21 00:28:39 +0000
commit1d913863130a17a638db69c2c50f89e5b0d4aae4 (patch)
treef42ce1a7a2d3a7cff9e58bd73ddb401689281b12 /doc
parentc59d826ef94d75622421ae8f47e54a8b38ad6123 (diff)
downloadlibxml2-1d913863130a17a638db69c2c50f89e5b0d4aae4.tar.gz
applied patch from Robert Stepanek to start import os schemas support,
* xmlschemas.c: applied patch from Robert Stepanek to start import os schemas support, cleaned up stuff and the patch. * test/schemas/import0_0.* result/schemas/import0_0_0*: added test to regression, fixed a few regressions too. Daniel
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d6f3009e..dd9cdcc2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -31,9 +31,11 @@ EXTRA_DIST=xmlcatalog_man.xml tutorial/*.html tutorial/*.c tutorial/*.pdf \
man_MANS = xmllint.1 xmlcatalog.1
-all: api web $(top_srcdir)/NEWS libxml2.xsa $(man_MANS)
+all: web $(top_srcdir)/NEWS libxml2.xsa $(man_MANS)
-web: $(PAGES) $(APIPAGES) $(srcdir)/html/index.html
+api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src
+
+web: $(PAGES)
$(PAGES): xml.html site.xsl
-@(if [ -x $(bindir)/xsltproc ] ; then \
@@ -69,8 +71,6 @@ $(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
echo "Validating the resulting XHTML pages" ; \
$(bindir)/xmllint --nonet --valid --noout html/*.html ; fi );
-api: libxml2-api.xml libxml2-refs.xml $(WIN32_DIR)/libxml2.def.src
-
$(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
-@(if [ -x $(bindir)/xsltproc ] ; then \
$(bindir)/xsltproc -o $(WIN32_DIR)/libxml2.def.src \
@@ -91,7 +91,7 @@ clean-local:
maintainer-clean-local: clean
rm -rf libxml-decl-list.txt libxml-decl.txt
-rebuild: api web
+rebuild: api all
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)