Skip to content
Snippets Groups Projects
Commit 91b9e80c7c98 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Remove CVS and SVN-related code

parent 27d9f5bee88c
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
(possibly after having gained root access) to install the library (possibly after having gained root access) to install the library
and associated include and scripts. 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: run ./autogen.sh possibly indicating the desired installation prefix:
......
...@@ -17,11 +17,9 @@ ...@@ -17,11 +17,9 @@
touch $(distdir)/doc/*.xml touch $(distdir)/doc/*.xml
touch $(distdir)/doc/EXSLT/*.xml touch $(distdir)/doc/EXSLT/*.xml
touch $(distdir)/libxslt/*.syms touch $(distdir)/libxslt/*.syms
(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 vms examples) | (cd $(distdir); tar xf -) (cd $(srcdir) ; tar -cf - win32 vms examples) | (cd $(distdir); tar xf -)
CVS_EXTRA_DIST =
EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
FEATURES TODO Copyright libxslt.m4 \ FEATURES TODO Copyright libxslt.m4 \
win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \
win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \ win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \
...@@ -23,10 +21,9 @@ ...@@ -23,10 +21,9 @@
EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
FEATURES TODO Copyright libxslt.m4 \ FEATURES TODO Copyright libxslt.m4 \
win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \
win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \ 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 \ CMakeLists.txt config.h.cmake.in FindGcrypt.cmake libxslt-config.cmake.in libxslt-config.cmake.cmake.in
$(CVS_EXTRA_DIST)
## We create xsltConf.sh here and not from configure because we want ## We create xsltConf.sh here and not from configure because we want
## to get the paths expanded correctly. Macros like srcdir are given ## to get the paths expanded correctly. Macros like srcdir are given
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
/** /**
* LIBEXSLT_VERSION_EXTRA: * 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@" #define LIBEXSLT_VERSION_EXTRA "@LIBEXSLT_VERSION_EXTRA@"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
/** /**
* LIBXSLT_VERSION_EXTRA: * 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@" #define LIBXSLT_VERSION_EXTRA "@LIBXSLT_VERSION_EXTRA@"
......
...@@ -186,4 +186,4 @@ ...@@ -186,4 +186,4 @@
rm -f $$out ; done ) rm -f $$out ; done )
dist-hook: 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 -)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment