branch: externals/auctex
commit ab15f6845b4e07537f5a8453273bf1f26a0e5024
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>
Adjust .elpaignore, .gitignore, and README.git
---
.elpaignore | 12 ++++++------
.gitignore | 2 ++
README.GIT | 17 ++++++-----------
3 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/.elpaignore b/.elpaignore
index 7ab320224b..f941630e20 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1,14 +1,14 @@
-*.m4
-*.in
*.ac
+*.in
+*.m4
*.spec
+ChangeLog.1
+README.GIT
+admin
autogen.sh
+build-aux
install-sh
lpath.el
mkinstalldirs
prv-install.el
-README.GIT
tests
-build-aux
-admin
-.dir-locals.el
diff --git a/.gitignore b/.gitignore
index f68e38a5e9..d33b61ad59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,5 @@ auctex-dynvars
# ELPA-generated files
/auctex-autoloads.el
/auctex-pkg.el
+README
+loaddefs.el
diff --git a/README.GIT b/README.GIT
index ad0bc85af5..b33747cfc8 100644
--- a/README.GIT
+++ b/README.GIT
@@ -3,7 +3,10 @@ Organization of the repository
This repository has currently three branches:
- * 'master': the main branch of development of AUCTeX;
+ * 'main': the main branch of development of AUCTeX;
+
+ * 'master': the old main branch of development of AUCTeX; not used
+ anymore;
* 'simplify-TeX-parse-error': a feature branch for improving parsing
of TeX logs;
@@ -22,16 +25,8 @@ files before you can continue reasonably with the
instructions
detailed in the README and INSTALL files (which will not be present
otherwise).
-Run the shell script
-
- ./autogen.sh
-
-in order to do that. This will also generate the respective files for
-the preview subsystem.
+Run "make" in order to do that. This will also generate the respective
+files for 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 clone of the Git repository will give
-you the state of the distribution tarball, except that Git-specific
-files are not removed.