monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 7b0d3bb9101d0f3a70e229308decabb222fa99a1
Author: Tassilo Horn <[email protected]>
Date: Tue Apr 9 20:35:01 2013 +0200
Update README for Git.
* README.GIT: Rename from README.CVS; update contents to Git.
---
ChangeLog | 4 ++++
README.CVS => README.GIT | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cc198d2..90bc77d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-09 Tassilo Horn <[email protected]>
+
+ * README.GIT: Rename from README.CVS; update contents to Git.
+
2013-04-09 Leo Liu <[email protected]>
* latex.el (LaTeX-outline-level): Make it work for customized
diff --git a/README.CVS b/README.GIT
similarity index 71%
rename from README.CVS
rename to README.GIT
index e99b959..44992ec 100644
--- a/README.CVS
+++ b/README.GIT
@@ -1,4 +1,4 @@
-If you retrieved AUCTeX via CVS instead of as a regular release, there
+If you retrieved AUCTeX via Git instead of as a regular release, there
are some files that need to be generated from their respective source
files before you can continue reasonably with the instructions
detailed in the README and INSTALL files (which will not be present
@@ -14,6 +14,6 @@ the preview subsystem.
You will need to have a working and rather current copy of `makeinfo',
`autoconf' and of `perl'.
-Running ./autogen.sh on a fresh export of the CVS directory will give
-you the state of the distribution tarball, except that CVS-specific
+Running ./autogen.sh on a fresh clone of the Git repository will give
+you the state of the distribution tarball, except that Git-specific
files are not removed.