summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-06-05 20:04:58 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-06-05 20:13:02 +0200
commit5cf1e1b519092a73a7ecae491e8f8f0570760ea3 (patch)
tree974262d5d51f52c8df1e57e4dfd7288bdf77ba0d /Makefile
parent3c8857c4b93541fc534c6ca0593adbb2a0b94323 (diff)
Add support for GNU Guix
* .gitignore: Ignore changes to manifest.scm. * Makefile: Add manifest.scm by linking it from the admin directory. * README: Document how to use Guix.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9f30b0..0f67392 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
# "Dummy" initial Makefile for GNU Emacs Lisp Package Archive.
-setup: GNUmakefile admin
+setup: GNUmakefile manifest.scm admin
GNUmakefile: admin
ln -s admin/GNUmakefile ./
+manifest.scm: admin
+ ln -s admin/elpa-manifest.scm $@
+
admin:
git worktree add -b elpa-admin admin origin/elpa-admin