summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 22:57:34 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 23:10:00 +0100
commit4f2693a1efb499c18d909149b8141f40c190fc2f (patch)
tree04c0833219dc20cbae47fefb11dfab4be3699ed2
parent4a0c0e63a318b565595ee6985c3958f3d8a050ae (diff)
downloadlibxml2-4f2693a1efb499c18d909149b8141f40c190fc2f.tar.gz
Remove README.docs
This was just a partial copy of the main README.
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/README.docs24
2 files changed, 1 insertions, 26 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c01dfe83..deca2c03 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.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 \
- README.docs symbols.xml
+ symbols.xml
endif
# Expanded form of EXTRA_DIST_wc
@@ -72,7 +72,6 @@ EXTRA_DIST = \
FAQ.html \
Libxml2-Logo-180x168.gif \
Libxml2-Logo-90x34.gif \
- README.docs \
XMLinfo.html \
XSLT.html \
api.xsl \
diff --git a/doc/README.docs b/doc/README.docs
deleted file mode 100644
index ef30e43a..00000000
--- a/doc/README.docs
+++ /dev/null
@@ -1,24 +0,0 @@
-
- XML toolkit from the GNOME project
-
-Full documentation is available on-line at
- http://xmlsoft.org/
-
-This code is released under the MIT Licence see the Copyright file.
-
-To report bugs, follow the instructions at:
- http://xmlsoft.org/bugs.html
-
-A mailing-list xml@gnome.org is available, to subscribe:
- http://mail.gnome.org/mailman/listinfo/xml
-
-The list archive is at:
- http://mail.gnome.org/archives/xml/
-
-All technical answers asked privately will be automatically answered on
-the list and archived for public access unless pricacy is explicitly
-required and justified.
-
-Daniel Veillard
-
-$Id$