[libxslt] Remove CVS and SVN-related code



commit 8a39c91a6068c5d4eb5771aa3ba0e020603f69b2
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Wed Feb 16 20:17:36 2022 +0100

    Remove CVS and SVN-related code

 INSTALL                   | 4 ++--
 Makefile.am               | 7 ++-----
 libexslt/exsltconfig.h.in | 2 +-
 libxslt/xsltconfig.h.in   | 2 +-
 tests/docbook/Makefile.am | 2 +-
 5 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 17317e70..bd900718 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,8 +29,8 @@ to build the project and
 (possibly after having gained root access) to install the library
 and associated include and scripts.
 
-When installing from a checkout of the GNOME CVS base:
-======================================================
+When installing from a Git clone:
+=================================
 
 
 run ./autogen.sh possibly indicating the desired installation prefix: 
diff --git a/Makefile.am b/Makefile.am
index a7b13f89..5dbb2a61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,16 +17,13 @@ dist-hook: cleanup libxslt.spec
        touch $(distdir)/doc/*.xml
        touch $(distdir)/doc/EXSLT/*.xml
        touch $(distdir)/libxslt/*.syms
-       (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 vms examples) | (cd $(distdir); tar xf -)
-
-CVS_EXTRA_DIST =
+       (cd $(srcdir) ; tar -cf - win32 vms examples) | (cd $(distdir); tar xf -)
 
 EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
              FEATURES TODO Copyright libxslt.m4 \
             win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \
             win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \
-            CMakeLists.txt config.h.cmake.in FindGcrypt.cmake libxslt-config.cmake.in 
libxslt-config.cmake.cmake.in \
-            $(CVS_EXTRA_DIST)
+            CMakeLists.txt config.h.cmake.in FindGcrypt.cmake libxslt-config.cmake.in 
libxslt-config.cmake.cmake.in
 
 ## We create xsltConf.sh here and not from configure because we want
 ## to get the paths expanded correctly.  Macros like srcdir are given
diff --git a/libexslt/exsltconfig.h.in b/libexslt/exsltconfig.h.in
index 0d3efc90..43d8fd11 100644
--- a/libexslt/exsltconfig.h.in
+++ b/libexslt/exsltconfig.h.in
@@ -37,7 +37,7 @@ extern "C" {
 /**
  * LIBEXSLT_VERSION_EXTRA:
  *
- * extra version information, used to show a CVS compilation
+ * extra version information, used to show a Git commit description
  */
 #define        LIBEXSLT_VERSION_EXTRA "@LIBEXSLT_VERSION_EXTRA@"
 
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 726e444d..a5d293aa 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -39,7 +39,7 @@ extern "C" {
 /**
  * LIBXSLT_VERSION_EXTRA:
  *
- * extra version information, used to show a CVS compilation
+ * extra version information, used to show a Git commit description
  */
 #define        LIBXSLT_VERSION_EXTRA "@LIBXSLT_VERSION_EXTRA@"
 
diff --git a/tests/docbook/Makefile.am b/tests/docbook/Makefile.am
index 25f09ce9..83b1be3c 100644
--- a/tests/docbook/Makefile.am
+++ b/tests/docbook/Makefile.am
@@ -186,4 +186,4 @@ xhtmltests: $(top_builddir)/xsltproc/xsltproc
          rm -f $$out ; done )
 
 dist-hook:
-       @(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn common html dtd lib xhtml fo doc images 
template htmlhelp result test) | (cd $(distdir); tar xf -)
+       @(cd $(srcdir) ; tar -cf - common html dtd lib xhtml fo doc images template htmlhelp result test) | 
(cd $(distdir); tar xf -)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]