maint.mk 674 B

1234567891011121314151617181920212223
  1. ##----------------------------------------------------------------------
  2. ## BELOW THIS LINE ON YOUR OWN RISK!
  3. ##----------------------------------------------------------------------
  4. # The following variables need to be defined by the maintainer
  5. # Package Manager (ELPA)
  6. PKG_TAG = $(shell date +%Y%m%d)
  7. PKG_DOC = "Outline-based notes management and organizer"
  8. PKG_REQ = "nil"
  9. PKG_FILES = $(LISPFILES0) \
  10. doc/dir doc/org \
  11. doc/pdflayout.sty \
  12. doc/org.pdf \
  13. doc/orgguide.pdf \
  14. doc/orgcard.tex \
  15. doc/orgcard.pdf \
  16. doc/orgcard_letter.pdf
  17. .SUFFIXES: .el .elc .texi
  18. SHELL = /bin/sh