aboutsummaryrefslogtreecommitdiffstats
path: root/mac/make-package
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-443/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-12/+11
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+2
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (compver): Don't hardcode processor type.YAMAMOTO Mitsuharu2007-04-091-1/+1
|
* (compver): Install info and manpages.Chong Yidong2007-01-301-0/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Add a --compressed-dist option to compress infoEli Zaretskii2005-10-201-0/+12
| | | | files and .el files that have been byte-compiled. It defaults to "no".
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* 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.