auctex-diffs
[Top][All Lists]
Advanced

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

main ab15f684: Adjust .elpaignore, .gitignore, and README.git


From: Tassilo Horn
Subject: main ab15f684: Adjust .elpaignore, .gitignore, and README.git
Date: Tue, 23 Apr 2024 11:49:19 -0400 (EDT)

branch: main
commit ab15f6845b4e07537f5a8453273bf1f26a0e5024
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    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 7ab32022..f941630e 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 f68e38a5..d33b61ad 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 ad0bc85a..b33747cf 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]