From xemacs-m  Thu Feb 13 00:59:15 1997
Received: from bayserve.net (bay1.bayserve.net [206.148.244.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA28941
	for <xemacs-beta@xemacs.org>; Thu, 13 Feb 1997 00:59:14 -0600 (CST)
Received: from localhost (jmiller@localhost) by  bayserve.net (8.7.2/8.7.2) with SMTP id CAA03283 for <xemacs-beta@xemacs.org>; Thu, 13 Feb 1997 02:04:01 -0500 (EST)
Date: Thu, 13 Feb 1997 02:04:01 -0500 (EST)
From: Jeff Miller <jmiller@bay1.bayserve.net>
To: beta-list <xemacs-beta@xemacs.org>
Subject: Re: compressed .el files
In-Reply-To: <Pine.SUN.3.95.970213012019.2524A-100000@bay1.bayserve.net>
Message-ID: <Pine.SUN.3.95.970213020140.2524B-100000@bay1.bayserve.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



ok, try this one instead.

--- Makefile.in.orig    Sun Feb  2 11:52:07 1997
+++ Makefile.in Thu Feb 13 02:13:46 1997
@@ -394,6 +394,16 @@
          ${INSTALL_DATA} ${srcdir}/etc/$${page}.1
${mandir}/$${page}${manext} ; \
          chmod 0644 ${mandir}/$${page}${manext} ; \
        done
+       @echo "If you would like to save approximately 15M of disk space,
do"
+       @echo "make gzip-el"
+       @echo "or"
+       @echo "you may run "lib-src/gzip-el lispdir " from the command
line."
+       @echo "lispdir is where the lisp files were installed, i.e.,"
+       @echo "/usr/local/lib/xemacs-20.0/lisp"
+
+gzip-el:
+       lib-src/gzip-el ${lispdir}
+
 
 MAKEPATH=./lib-src/make-path
 ### Build all the directories we're going to install XEmacs in.
Since

On Thu, 13 Feb 1997, Jeff Miller wrote:
> 
> this patch is screwed up.  Don't apply it yet.  I think the "echo"s need


