move all version strings into org-install.el
[org-mode/org-tableheadings.git] / maint.mk
blob0f41896748fad6e3445110e85fc8ff99bb65f3d2
1 ##----------------------------------------------------------------------
2 ## BELOW THIS LINE ON YOUR OWN RISK!
3 ##----------------------------------------------------------------------
5 # The following variables need to be defined by the maintainer
7 # Package Manager (ELPA)
8 PKG_TAG = $(shell date +%Y%m%d)
9 PKG_DOC = "Outline-based notes management and organizer"
10 PKG_REQ = "nil"
12 PKG_FILES = $(LISPFILES0) \
13 doc/dir doc/org \
14 doc/pdflayout.sty \
15 doc/org.pdf \
16 doc/orgguide.pdf \
17 doc/orgcard.tex \
18 doc/orgcard.pdf \
19 doc/orgcard_letter.pdf
21 .SUFFIXES: .el .elc .texi
22 SHELL = /bin/sh