From xemacs-m  Thu Feb 13 00:18:52 1997
Received: from bayserve.net (bay1.bayserve.net [206.148.244.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA27756
	for <xemacs-beta@xemacs.org>; Thu, 13 Feb 1997 00:18:52 -0600 (CST)
Received: from localhost (jmiller@localhost) by  bayserve.net (8.7.2/8.7.2) with SMTP id BAA02835 for <xemacs-beta@xemacs.org>; Thu, 13 Feb 1997 01:23:39 -0500 (EST)
Date: Thu, 13 Feb 1997 01:23:39 -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.970213001443.29872B-100000@bay1.bayserve.net>
Message-ID: <Pine.SUN.3.95.970213012019.2524A-100000@bay1.bayserve.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


this patch is screwed up.  Don't apply it yet.  I think the "echo"s need
;\ at the ends of the lines.  It'll be awhile before this damn pc gets
configure, install, etc done.

On Thu, 13 Feb 1997, Jeff Miller wrote:

> 
> --- Makefile.in.orig    Sun Feb  2 11:52:07 1997
> +++ Makefile.in Thu Feb 13 00:05:51 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 14M 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
> 
> 
> I also verified that I do indeed save ~14 Meg.
> 
> 
> 

