mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
remove buildpkg and use Makefile to build individual packages.
This commit is contained in:
parent
70aa4693cb
commit
01fc0ccf26
2 changed files with 2 additions and 9 deletions
3
Makefile
3
Makefile
|
@ -43,4 +43,5 @@ json: archive.json recipes.json
|
|||
recipes/%: .FORCE
|
||||
-rm -vf $(PKGDIR)/$(notdir $@)-*
|
||||
@echo
|
||||
./buildpkg $(notdir $@)
|
||||
emacs --batch --no-site-file -l package-build.el --eval \
|
||||
"(package-build-archive '$(notdir $@))"
|
||||
|
|
8
buildpkg
8
buildpkg
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
:;exec emacs --script "$0" "$@"
|
||||
|
||||
(add-to-list 'load-path (file-name-directory load-file-name))
|
||||
|
||||
(require 'package-build)
|
||||
|
||||
(mapc 'package-build-archive (mapcar 'intern argv))
|
Loading…
Reference in a new issue