aboutsummaryrefslogtreecommitdiffstats
path: root/mac/make-package (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-27Remove support for Mac Carbon.Dan Nicolaescu1-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.
2008-05-09Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-12/+11
2008-01-07Add 2008 to copyright years.Glenn Morris1-1/+2
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-04-09(compver): Don't hardcode processor type.YAMAMOTO Mitsuharu1-1/+1
2007-01-30(compver): Install info and manpages.Chong Yidong1-0/+2
2007-01-21Add 2007 to copyright years.Glenn Morris1-1/+1
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-10-20Add a --compressed-dist option to compress infoEli Zaretskii1-0/+12
files and .el files that have been byte-compiled. It defaults to "no".
2005-08-10Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2004-04-16Sync to HEADKenichi Handa1-0/+1
2003-09-08New directoryKenichi Handa1-1/+0
2003-09-01Add arch taglinesMiles Bader1-0/+1
2003-04-28* make-package: Allocate 5% extra space on disk image for directoriesAndrew Choi1-3/+3
and partition tables.
2003-04-05Place libexec executables directly under the Contents/MacOS/libexec ifSteven Tamm1-1/+3
the application is self-contained.
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-10/+10
2003-01-14* make-package: Fixed problem where the building withoutSteven Tamm1-1/+2
specifying build directory fails.
2003-01-07* INSTALL: Added documentation about --enable-carbon-app andSteven Tamm1-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
2003-01-01* make-package: Now copies License and ReadMe files into theSteven Tamm1-3/+7
Resources directory. Reduces overhead size when creating installer disk image
2002-12-29* make-package: Defaults to building the source tree in aSteven Tamm1-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
2002-12-27* make-package: Fix typo where tmpparent was used instead ofSteven Tamm1-2/+2
tempparent for calculating installedSize and compressedSize
2002-12-10Fix syntax for find.Andreas Schwab1-1/+1
2002-12-08Now correctly creates a self-contained applicationSteven Tamm1-8/+19
2002-12-02Switched copying of .el files to be on by default.Steven Tamm1-5/+5
2002-11-30Removing unnecessary symlink from emacs -> emacs-versionSteven Tamm1-7/+0
2002-11-30Added a lot of options to reduce disk size of both the installer and the finalSteven Tamm1-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.
2002-10-14Fix syntax for find.Andreas Schwab1-1/+1
2002-10-09* make-package: Added ability to pass command line optionsSteven Tamm1-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.
2002-10-07make-package: Now calls make bootstrap if .elc files are missingSteven Tamm1-2/+14
2002-07-112002-07-11 Andrew Choi <akochoi@shaw.ca>Andrew Choi1-1/+1
* make-package: Change -a option to -R for cp command.
2002-07-052002-07-05 Andrew Choi <akochoi@shaw.ca>Andrew Choi1-5/+52
* make-package: Add ability to handle options --help, --prefix, --no-conf, and --with-x.
2002-07-042002-07-04 Andrew Choi <akochoi@shaw.ca>Andrew Choi1-0/+219
* make-package: New file.