Mercurial > hg > xemacs-beta
diff Makefile.in @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | cf808b4c4290 |
children | 8619ce7e4c50 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 09:17:27 2007 +0200 +++ b/Makefile.in Mon Aug 13 09:18:39 2007 +0200 @@ -410,6 +410,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