Improve compatibility with old Makefile
commit357fd63a1411add12698f0b108ccfcf9dda42903
authorAchim Gratz <Stromeko@Stromeko.DE>
Wed, 25 Apr 2012 17:04:29 +0000 (25 19:04 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 26 Apr 2012 06:55:32 +0000 (26 08:55 +0200)
tree2849be5286c7c47aa6d5107520d132d47da68fd1
parentfb7ebd2dae66a7b42aecff695fe40461a33a76ed
Improve compatibility with old Makefile

* targets.mk: change the "local.mk" template so that "oldorg" will be
  the default target for maximum compatibility.  Admonish info message
  with a reminder to use "make help" for more information on targets
  and that "oldorg" is the default target for now.  Add new
  convenience target "uncompiled" that will keep the lisp directory
  free from *.elc files and the autoload files up-to-date.

* Makefile: make "targets" and "helpall" depend on "help" so that only
  "help::" or "helpall::" needs to be written for adding more help
  messages.  Useful when users want to add their own messages to "make
  help" et al.
Makefile
targets.mk