Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
398 cd ${srcdir}/etc; for page in xemacs etags ctags gnuserv \ | 398 cd ${srcdir}/etc; for page in xemacs etags ctags gnuserv \ |
399 gnuclient gnuattach gnudoit ; do \ | 399 gnuclient gnuattach gnudoit ; do \ |
400 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ | 400 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ |
401 chmod 0644 ${mandir}/$${page}${manext} ; \ | 401 chmod 0644 ${mandir}/$${page}${manext} ; \ |
402 done | 402 done |
403 @echo "If you would like to save approximately 15M of disk space, do" | |
404 @echo "make gzip-el" | |
405 @echo "or you may run" | |
406 @echo lib-src/gzip-el.sh lispdir " from the command line." | |
407 @echo "Where lispdir is where the lisp files were installed, i.e.," | |
408 @echo "${lispdir}" | |
409 | |
410 gzip-el: | |
411 lib-src/gzip-el.sh ${lispdir} | |
403 | 412 |
404 MAKEPATH=./lib-src/make-path | 413 MAKEPATH=./lib-src/make-path |
405 ### Build all the directories we're going to install XEmacs in. Since | 414 ### Build all the directories we're going to install XEmacs in. Since |
406 ### we may be creating several layers of directories (for example, | 415 ### we may be creating several layers of directories (for example, |
407 ### /usr/local/lib/xemacs-19.14/mips-dec-ultrix4.2), we use make-path | 416 ### /usr/local/lib/xemacs-19.14/mips-dec-ultrix4.2), we use make-path |