# HG changeset patch # User Steven Tamm # Date 1038845565 0 # Node ID d785912879103da46220d66984dbb2a1136bbfb8 # Parent 35a56f4a18d36150e91dd118c8f3b4afe360795e Switched copying of .el files to be on by default. diff -r 35a56f4a18d3 -r d78591287910 mac/ChangeLog --- a/mac/ChangeLog Mon Dec 02 16:09:02 2002 +0000 +++ b/mac/ChangeLog Mon Dec 02 16:12:45 2002 +0000 @@ -1,3 +1,8 @@ +2002-12-02 Steven Tamm + + * make-package (installprefix): Switched copying of .el files + to be on by default. Removed symlink for emacs -> emacs-version. + 2002-11-30 Steven Tamm * make-package: Now compresses .pax file instead of entire disk diff -r 35a56f4a18d3 -r d78591287910 mac/make-package --- a/mac/make-package Mon Dec 02 16:09:02 2002 +0000 +++ b/mac/make-package Mon Dec 02 16:12:45 2002 +0000 @@ -54,7 +54,7 @@ comp_diskimage=yes self_contained=no app_symlink=no -full_dist=no +full_dist=yes keep_directory=no ac_prev= @@ -83,8 +83,8 @@ -with-x | --with-x) with_x=yes with_app=no ;; - --with-full-dist | -with-full-dist | -full-dist | -full) - full_dist=yes ;; + --without-full-dist | -without-full-dist | -no-full-dist | -no-full) + full_dist=no ;; -self-contained | --with-self-contained-app | -sc) self_contained=yes ;; -app-symlink | --app-symlink | -symlink | --symlink | --asl) @@ -126,8 +126,8 @@ --with-x Setup the install to use X Windows for its windowed display, instead of carbon. Implies --without-app. - --with-full-dist Include all the .el files in the distribution. - Default is to include only .elc files + --without-full-dist Do not include all the .el files in the distribution. + This is discouraged except if disk space is critical. --app-symlink Have the Emacs.app executable be a symlink to the install in [prefix]/bin/emacs and have the emacs executable link to emacs-${version}