From: Nick Dokos <nicholas.dokos@hp.com>
To: Jude DaShiell <jdashiel@shellworld.net>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Makefile patch to show targets
Date: Mon, 04 Jul 2011 20:42:29 -0400 [thread overview]
Message-ID: <22175.1309826549@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Jude DaShiell <jdashiel@shellworld.net> of "Mon, 04 Jul 2011 18:12:15 EDT." <alpine.BSF.2.00.1107041810590.26958@freire1.furyyjbeyq.arg>
Jude DaShiell <jdashiel@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:
next prev parent reply other threads:[~2011-07-05 3:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-04 22:12 Makefile patch to show targets Jude DaShiell
2011-07-05 0:42 ` Nick Dokos [this message]
2011-07-05 9:28 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22175.1309826549@alphaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=jdashiel@shellworld.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).