aboutsummaryrefslogtreecommitdiffstats
path: root/mac/make-package
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* * make-package: Allocate 5% extra space on disk image for directoriesAndrew Choi2003-04-281-3/+3
| | | | and partition tables.
* Place libexec executables directly under the Contents/MacOS/libexec ifSteven Tamm2003-04-051-1/+3
| | | | the application is self-contained.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-10/+10
|
* * make-package: Fixed problem where the building withoutSteven Tamm2003-01-141-1/+2
| | | | specifying build directory fails.
* * INSTALL: Added documentation about --enable-carbon-app andSteven Tamm2003-01-071-6/+9
| | | | | | | | | | | | | changed documentation concerning Emacs.app location Removed some of the documentation about make-package that isn't needed Changed comment about requiring root permission to install to saying that it might be necessary depending on where you install Refered to /usr caveat in more places * make-package (make_options): Use new carbon_appdir option to specify directory to install Application and lets the makefile install
* * make-package: Now copies License and ReadMe files into theSteven Tamm2003-01-011-3/+7
| | | | | Resources directory. Reduces overhead size when creating installer disk image
* * make-package: Defaults to building the source tree in aSteven Tamm2002-12-291-33/+67
| | | | | | separate directory. Use the new option --build-in-place to have old behavior. Added new option --build-dir to specify the build directory
* * make-package: Fix typo where tmpparent was used instead ofSteven Tamm2002-12-271-2/+2
| | | | tempparent for calculating installedSize and compressedSize
* 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 <[email protected]>Andrew Choi2002-07-111-1/+1
| | | | * make-package: Change -a option to -R for cp command.
* 2002-07-05 Andrew Choi <[email protected]>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 <[email protected]>Andrew Choi2002-07-041-0/+219
* make-package: New file.