emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Makefile patch to show targets


From: Nick Dokos
Subject: Re: [O] Makefile patch to show targets
Date: Mon, 04 Jul 2011 20:42:29 -0400

Jude DaShiell <address@hidden> 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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]