Mercurial > hg > xemacs-beta
diff Makefile.in @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 1917ad0d78d7 |
children | 7e54bd776075 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 08:51:58 2007 +0200 +++ b/Makefile.in Mon Aug 13 08:52:29 2007 +0200 @@ -400,6 +400,15 @@ ${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 you may run" + @echo lib-src/gzip-el.sh lispdir " from the command line." + @echo "Where lispdir is where the lisp files were installed, i.e.," + @echo "${lispdir}" + +gzip-el: + lib-src/gzip-el.sh ${lispdir} MAKEPATH=./lib-src/make-path ### Build all the directories we're going to install XEmacs in. Since