finish cleanup on infodir, some refinements on rules
[org-mode/org-tableheadings.git] / Makefile
blob7037e9a626e8ea8e5a1dacd9888b571600dcee1a
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 $(info )
11 $(info make - show this help)
12 $(info )
13 $(info make clean - clean Elisp and documentation files)
14 $(info make all - compile Org ELisp files and documentation)
15 $(info )
16 $(info make docs - make all documentation)
17 $(info make info - make Info documentation)
18 $(info make html - make HTML documentation)
19 $(info make pdf - make pdf documentation)
20 $(info make card - make refcards documentation)
21 $(info )
22 $(info make install - install Org, both ELisp and Info files)
23 $(info make install-lisp - install Org ELisp files)
24 $(info make install-info - install Org Info file)
25 @echo ""
27 include default.mk
28 -include local.mk
29 include maint.mk
30 include targets.mk
31 include maint-targets.mk