emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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

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).