branch: elpa-admin
commit f6670e07d88d9f08217206fca7efec4b4d07b6fd
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* .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