aboutsummaryrefslogtreecommitdiffstats
path: root/mac/make-package (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax for find.Andreas Schwab2002-12-101-1/+1
|
* Now correctly creates a self-contained applicationSteven Tamm2002-12-081-8/+19
|
* Switched copying of .el files to be on by default.Steven Tamm2002-12-021-5/+5
|
* Removing unnecessary symlink from emacs -> emacs-versionSteven Tamm2002-11-301-7/+0
|
* Added a lot of options to reduce disk size of both the installer and the finalSteven Tamm2002-11-301-23/+98
| | | | | | application. Added option to make installer generate self-contained Emacs.app. Now nolonger creates a "full-dist" by default, by omitting .el files that have already been compiled.
* Fix syntax for find.Andreas Schwab2002-10-141-1/+1
|
* * make-package: Added ability to pass command line optionsSteven Tamm2002-10-091-12/+39
| | | | | | | 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.
* make-package: Now calls make bootstrap if .elc files are missingSteven Tamm2002-10-071-2/+14
|
* 2002-07-11 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-111-1/+1
| | | | * make-package: Change -a option to -R for cp command.
* 2002-07-05 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-051-5/+52
| | | | | * make-package: Add ability to handle options --help, --prefix, --no-conf, and --with-x.
* 2002-07-04 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-041-0/+219
* make-package: New file.