commit/auctex: Jerry James: Fix ignoring and cleaning of .elcs. See xemacs-patches message with ID
[email protected] Fri, 03 Oct 2014 18:20:23 -0000
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in auctex: https://bitbucket.org/xemacs/auctex/commits/28172a30aa13/ Changeset: 28172a30aa13 User: Jerry James Date: 2014-10-03 18:20:13+00:00 Summary: Fix ignoring and cleaning of .elcs. See xemacs-patches message with ID <CAHCOHQmQi0emR9Zww=tX__4WbXdh-BRx-2Y8zc7-VEtwEBgm4A@mail.gmail.com>. Affected #: 3 files diff -r 5b9406bf4cbf9ba4dbe1f5846ab9aba23c419fe2 -r 28172a30aa13a228caff3a4fac79a95c3f694e02 .hgignore --- a/.hgignore +++ b/.hgignore @@ -1,7 +1,6 @@ ^#\..*#$ ^\.# ~$ -\.elc$ \.html$ \.info$ ^_pkg\.el$ @@ -12,6 +11,7 @@ ^auto-autoloads\.el$ ^custom-defines\.el$ ^custom-load\.el$ +^etc/.*\.elc$ ^package-info$ ^pdepends\.mk$ ^texi/tex-ref\.dvi$ diff -r 5b9406bf4cbf9ba4dbe1f5846ab9aba23c419fe2 -r 28172a30aa13a228caff3a4fac79a95c3f694e02 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-29 Jerry James <[email protected]> + + * .hgignore: Ignore .elcs in etc. + * Makefile (clean): Remove .elcs from etc. + 2014-07-05 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.53 released. diff -r 5b9406bf4cbf9ba4dbe1f5846ab9aba23c419fe2 -r 28172a30aa13a228caff3a4fac79a95c3f694e02 Makefile --- a/Makefile +++ b/Makefile @@ -228,3 +228,6 @@ $(LATEX) '\nonstopmode \input preview.drv' && \ $(LATEX) '\nonstopmode \input preview.drv' && \ $(LATEX) '\nonstopmode \input preview.drv' + +clean:: + @rm -f etc/*.elc Repository URL: https://bitbucket.org/xemacs/auctex/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.