[libxml2] Remove obsolete XML Software Autoupdate (XSA) file
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Remove obsolete XML Software Autoupdate (XSA) file
- Date: Sat, 5 Mar 2022 17:38:09 +0000 (UTC)
commit 28d0399682027cc65dd17ac675bde85a11e5a01e
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Wed Mar 2 16:52:29 2022 +0100
Remove obsolete XML Software Autoupdate (XSA) file
doc/Makefile.am | 13 +++----------
doc/docdescr.doc | 11 +----------
doc/libxml2.xsa | 20 --------------------
doc/xsa.xsl | 54 ------------------------------------------------------
4 files changed, 4 insertions(+), 94 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6caa8615..0567b59f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,7 +25,7 @@ EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
$(wildcard *.1) $(wildcard *.xsl) $(wildcard *.html) \
$(wildcard *.gif) w3c.png $(wildcard html/*.html) \
$(wildcard html/*.png) libxml2-api.xml index.py search.php \
- apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
+ apibuild.py xmllint.xml xmlcatalog_man.xml \
symbols.xml
endif
@@ -149,7 +149,6 @@ EXTRA_DIST = \
library.html \
libxml.gif \
libxml2-api.xml \
- libxml2.xsa \
namespaces.html \
newapi.xsl \
news.html \
@@ -228,13 +227,12 @@ EXTRA_DIST = \
xmllint.html \
xmllint.xml \
xmlmem.html \
- xmlreader.html \
- xsa.xsl
+ xmlreader.html
man_MANS = xmllint.1 xmlcatalog.1
if REBUILD_DOCS
-docs: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
+docs: web $(top_builddir)/NEWS $(man_MANS)
api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src
$(srcdir)/site.xsl
@@ -252,11 +250,6 @@ $(top_builddir)/NEWS: $(srcdir)/news.xsl $(srcdir)/news.html
-@(if [ -x $(XSLTPROC) ] ; then \
$(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi );
-libxml2.xsa: $(srcdir)/xsa.xsl $(srcdir)/news.html
- -@(if [ -x $(XSLTPROC) ] ; then \
- echo "Rebuilding the NEWS file" ; \
- $(XSLTPROC) --nonet $(srcdir)/xsa.xsl $(srcdir)/news.html > libxml2.xsa ; fi );
-
$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(srcdir)/site.xsl $(srcdir)/api.xsl
-@(if [ -x $(XSLTPROC) ] ; then \
echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
diff --git a/doc/docdescr.doc b/doc/docdescr.doc
index 38a65000..a4286d2c 100644
--- a/doc/docdescr.doc
+++ b/doc/docdescr.doc
@@ -36,7 +36,6 @@ api.xsl xslt script to generate API cross-references APIchunk*.html
news.xsl xslt script to generate ../NEWS from news.html
site.xsl xslt script imported by api.xsl, generates most top-level
pages from news.html
-xsa.xsl xslt script to generate libxml.xsa from news.html
xmlcatalog.1 Man page for xml catalogs, built from xmlcatalog_man.xml DocBook
source with "make xmlcatalog.1" or "make all"
@@ -83,18 +82,10 @@ NOTE: Steps 1 through 7 are performed with the command "make rebuild";
5) Generate the NEWS file in the top directory:
xsltproc --nonet --output ../NEWS news.xsl news.html
-6) Generate the XML Software Autoupdate file libxml2.xsa:
- make libxml2.xsa, or,
- xsltproc --nonet --output libxml2.xsa xsa.xsl news.html
-
-7) Manually generate xmlcatalog.1 and xmllint.1 using manpages/docbook.xsl
+6) Manually generate xmlcatalog.1 and xmllint.1 using manpages/docbook.xsl
stylesheet in docbook stylesheets. "make all" also takes care of this.
After these steps have been done, the documentation is complete.
The search engine is then set up using the script index.py, using
libxml2-api.xml, the HTML web pages generated above, and the HTML
mailing list archives at gnome.org.
-
-
-Last update: 30 November 2003
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]