activate local.mk and hand off ./lisp to a sub-make
[org-mode/org-tableheadings.git] / Makefile
blob174af94da9881c07dd24bc9f6de279d405391980
1 # Makefile - for the org-mode distribution
3 # Maintainer: Carsten Dominik <dominik@science.uva.nl>
4 # Version: VERSIONTAG
7 # Describe valid make targets for org-mode.
8 .PHONY: targets help
9 targets help:
10 @echo "make - compile Org ELisp files"
11 @echo "make clean - clean Elisp and documentation files"
12 @echo "make all - compile Org ELisp files and documentation"
13 @echo ""
14 @echo "make doc - make all documentation"
15 @echo "make info - make Info documentation"
16 @echo "make html - make HTML documentation"
17 @echo "make pdf - make pdf documentation"
18 @echo "make card - make refcards documentation"
19 @echo ""
20 @echo "make install - install Org"
21 @echo "make install-lisp - install Org ELisp files"
22 @echo "make install-info - install Org Info file"
24 include default.mk
25 -include local.mk
26 include maint.mk
27 include targets.mk
28 include maint-targets.mk