emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Makefile patch to show targets


From: Jude DaShiell
Subject: [O] Makefile patch to show targets
Date: Mon, 4 Jul 2011 18:12:15 -0400 (EDT)

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"





reply via email to

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