* Makefile patch to show targets
@ 2011-07-04 22:12 Jude DaShiell
2011-07-05 0:42 ` Nick Dokos
2011-07-05 9:28 ` Bastien
0 siblings, 2 replies; 3+ messages in thread
From: Jude DaShiell @ 2011-07-04 22:12 UTC (permalink / raw)
To: emacs-orgmode
Only in ./b/: 1
Only in ./b/: 2
diff -c ./a//Makefile ./b//Makefile
*** ./a//Makefile 2011-07-03 11:06:04.000000000 -0400
--- ./b//Makefile 2011-07-04 18:02:29.000000000 -0400
***************
*** 513,515 ****
--- 513,527 ----
lisp/org-w3m.elc: lisp/org.el
lisp/org-wl.elc: lisp/org.el
lisp/org-xoxo.elc: lisp/org-exp.el
+ # describe valid make targets for org-mode.
+ targets help:
+ @echo "make all - compile org lisp and documentation"
+ @echo "make install - install org"
+ @echo "make install-lisp - install org-mode lisp files"
+ @echo "make install-info - install org info file"
+ @echo "make install-info-debian - install info on old debian systems"
+ @echo "newer debian systems use ginstall"
+ @echo "make update - start org-mode update process with git pull"
+ @echo "make up2 - finish update to org on local system"
+ @echo "make compile - compile lisp files"
+ @echo "make doc - make documentation"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Makefile patch to show targets
2011-07-04 22:12 Makefile patch to show targets Jude DaShiell
@ 2011-07-05 0:42 ` Nick Dokos
2011-07-05 9:28 ` Bastien
1 sibling, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2011-07-05 0:42 UTC (permalink / raw)
To: Jude DaShiell; +Cc: nicholas.dokos, emacs-orgmode
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:
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Makefile patch to show targets
2011-07-04 22:12 Makefile patch to show targets Jude DaShiell
2011-07-05 0:42 ` Nick Dokos
@ 2011-07-05 9:28 ` Bastien
1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2011-07-05 9:28 UTC (permalink / raw)
To: Jude DaShiell; +Cc: emacs-orgmode
Hi Jude,
Jude DaShiell <jdashiel@shellworld.net> writes:
> Only in ./b/: 1
> Only in ./b/: 2
> diff -c ./a//Makefile ./b//Makefile
> *** ./a//Makefile 2011-07-03 11:06:04.000000000 -0400
> --- ./b//Makefile 2011-07-04 18:02:29.000000000 -0400
Thanks for this suggestion -- I applied a similar patch,
adding a few targets, as Nick suggested.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-05 9:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 22:12 Makefile patch to show targets Jude DaShiell
2011-07-05 0:42 ` Nick Dokos
2011-07-05 9:28 ` Bastien
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).