mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
do not use an explicit nil argument for package requirements
* mk/server.mk: Do not use an explicit nil argument for package requirements. Marmalade chokes on this, thanks to E. Schulte for the report.
This commit is contained in:
parent
5b8999b708
commit
23531cce62
@ -54,7 +54,7 @@ rel-up: info pdf card rel-dirty
|
||||
|
||||
PKG_TAG = $(shell date +%Y%m%d)
|
||||
PKG_DOC = "Outline-based notes management and organizer"
|
||||
PKG_REQ = "nil"
|
||||
PKG_REQ = "" # marmalade chokes on explicit "nil"
|
||||
|
||||
elpa: cleanall info card elpa-dirty
|
||||
elpa-dirty elpa-up: ORGDIR=org-$(PKG_TAG)
|
||||
|
Loading…
Reference in New Issue
Block a user