Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 2128:3c2d928e17ad
[xemacs-hg @ 2004-06-14 11:01:20 by stephent]
wording nits in configure.in <871xkixw8h.fsf@tleepslib.sk.tsukuba.ac.jp>
die if user request can't work <87wu2awhh3.fsf@tleepslib.sk.tsukuba.ac.jp>
don't mix toolkits <87smcywh54.fsf@tleepslib.sk.tsukuba.ac.jp>
do missing commits <87u0zgwfhi.fsf@tleepslib.sk.tsukuba.ac.jp>
<867jxiqihl.fsf@comcast.net>
author | stephent |
---|---|
date | Mon, 14 Jun 2004 11:01:21 +0000 |
parents | 6aa2e57a873e |
children | e77c2aea9fd8 |
comparison
equal
deleted
inserted
replaced
2127:4657b5a54253 | 2128:3c2d928e17ad |
---|---|
454 cd ${srcdir}/etc && \ | 454 cd ${srcdir}/etc && \ |
455 for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ | 455 for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ |
456 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ | 456 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ |
457 chmod 0644 ${mandir}/$${page}${manext} ; \ | 457 chmod 0644 ${mandir}/$${page}${manext} ; \ |
458 done | 458 done |
459 @echo "If you would like to save approximately 2M of disk space, do" | 459 @echo "If you would like to save approximately 4M of disk space, do" |
460 @echo "make gzip-el" | 460 @echo "make gzip-el" |
461 @echo "or you may run " | 461 @echo "or you may run " |
462 @echo ${srcdir}/lib-src/gzip-el.sh lispdir " from the command line." | 462 @echo ${srcdir}/lib-src/gzip-el.sh lispdir " from the command line." |
463 @echo "Where lispdir is where the lisp files were installed, i.e.," | 463 @echo "Where lispdir is where the lisp files were installed, i.e.," |
464 @echo "${lispdir}" | 464 @echo "${lispdir}" |