diff options
author | Steven Tamm <steventamm@mac.com> | 2002-10-09 02:20:28 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2002-10-09 02:20:28 +0000 |
commit | 3f34081a9b925b5e0192f7a776376548c498ec60 (patch) | |
tree | 553335be8b1f851529bca260664c4878b7f8453d /mac/ChangeLog | |
parent | 23b0a67405eb13625f4ebb51c8655340640b88e1 (diff) | |
download | emacs-3f34081a9b925b5e0192f7a776376548c498ec60.tar.gz |
* make-package: Added ability to pass command line options
through to make and configure (-m, & -c,).
Added option to not copy Application into installer, the default
for X11 builds. Does not copy CVS directories into installer.
Clarified some of the usage notes.
Diffstat (limited to 'mac/ChangeLog')
-rw-r--r-- | mac/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 36548cce103..2e044ebbac3 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,11 @@ +2002-10-08 Steven Tamm <steventamm@mac.com> + + * make-package: Added ability to pass command line options + through to make and configure (-m, & -c,). + Added option to not copy Application into installer, the default + for X11 builds. Does not copy CVS directories into installer. + Clarified some of the usage notes. + 2002-10-07 Steven Tamm <steventamm@mac.com> * make-package: Now calls make bootstrap if .elc files are missing |