Jude DaShiell <jdash...@shellworld.net> wrote: > + # describe valid make targets for org-mode.
I'm not sure it's worth documenting them all[fn:1], but "default" (what happens with a plain make) and "info" (and maybe "pdf" and "card") seem worth documenting too. Nick Footnotes: [fn:1] Here's what grep '^[-a-zA-Z0-9]*:' Makefile found: default: $(ELCFILES) $(ELCBFILES) all: $(ELCFILES) $(ELCBFILES) $(INFOFILES) up2: update update: compile: $(ELCFILES0) $(ELCBFILES) install: install-lisp doc: doc/org.html doc/org.pdf doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgguide.pdf doc/orgcard.txt p: g: install-lisp: $(LISPFILES) $(ELCFILES) install-info: $(INFOFILES) install-info-debian: $(INFOFILES) autoloads: lisp/org-install.el html: doc/org.html info: doc/org pdf: doc/org.pdf doc/orgguide.pdf card: doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgcard.txt testrelease: release: fixrelease: relup: makerelease: distfile: pkg: cleanall: clean: cleancontrib: cleanelc: cleandoc: cleanrel: push: pushtag: pushreleasetag: