1 # Makefile - for the org-mode distribution
3 # Maintainer: Carsten Dominik <dominik@science.uva.nl>
7 # Describe valid make targets for org-mode.
11 $(info make
- show this help
)
13 $(info make
clean - clean Elisp and documentation files
)
14 $(info make
all - compile Org ELisp files and documentation
)
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
)
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
)
31 include maint-targets.mk