1234567891011121314151617181920212223 |
- ##----------------------------------------------------------------------
- ## BELOW THIS LINE ON YOUR OWN RISK!
- ##----------------------------------------------------------------------
- # The following variables need to be defined by the maintainer
- # Package Manager (ELPA)
- PKG_TAG = $(shell date +%Y%m%d)
- PKG_DOC = "Outline-based notes management and organizer"
- PKG_REQ = "nil"
- PKG_FILES = $(LISPFILES0) \
- doc/dir doc/org \
- doc/pdflayout.sty \
- doc/org.pdf \
- doc/orgguide.pdf \
- doc/orgcard.tex \
- doc/orgcard.pdf \
- doc/orgcard_letter.pdf
- .SUFFIXES: .el .elc .texi
- SHELL = /bin/sh
|