emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa-admin f6670e0 334/357: * .gitignore: Ignore all the unregist


From: Stefan Monnier
Subject: [elpa] elpa-admin f6670e0 334/357: * .gitignore: Ignore all the unregistered files under `packages`
Date: Thu, 10 Dec 2020 18:07:09 -0500 (EST)

branch: elpa-admin
commit f6670e07d88d9f08217206fca7efec4b4d07b6fd
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * .gitignore: Ignore all the unregistered files under `packages`
    
    * GNUmakefile (.gitignore): Remove rule.
    (all): Don't use it.
---
 GNUmakefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 816bb19..5fddd39 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,7 +8,7 @@ SITE_DIR=site
 
 .PHONY: archive-tmp changelogs process-archive archive-full org-fetch clean 
all do-it
 
-all: all-in-place .gitignore
+all: all-in-place
 
 CR_EXCEPTIONS=copyright_exceptions
 .PHONY: check_copyrights
@@ -81,10 +81,6 @@ archive-full: archive-tmp org-fetch
        #mkdir -p archive/admin
        #cp admin/* archive/admin/
 
-.gitignore: externals-list
-       $(EMACS) -l $(CURDIR)/admin/archive-contents.el \
-                --eval '(archive-gitignore-externals "$<" "$@")'
-
 # FIXME: Turn it into an `external', which will require adding the notion of
 # "snapshot" packages.
 org-fetch: archive-tmp



reply via email to

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