Mercurial > hg > xemacs-beta
comparison Makefile.in @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
412 cd ${srcdir}/etc && \ | 412 cd ${srcdir}/etc && \ |
413 for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ | 413 for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ |
414 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ | 414 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ |
415 chmod 0644 ${mandir}/$${page}${manext} ; \ | 415 chmod 0644 ${mandir}/$${page}${manext} ; \ |
416 done | 416 done |
417 if test ! -d ${prefix}/bin; then \ | |
418 $(LN_S) ${exec_prefix}/bin ${prefix}/bin; \ | |
419 fi | |
420 if test ! -d ${prefix}/lib/xemacs-${version}/${configuration}; then \ | |
421 ${LN_S} ${exec_prefix}/lib/xemacs-${version}/${configuration} \ | |
422 ${prefix}/lib/xemacs-${version}/${configuration}; \ | |
423 fi | |
417 @echo "If you would like to save approximately 15M of disk space, do" | 424 @echo "If you would like to save approximately 15M of disk space, do" |
418 @echo "make gzip-el" | 425 @echo "make gzip-el" |
419 @echo "or you may run " | 426 @echo "or you may run " |
420 @echo lib-src/gzip-el.sh lispdir " from the command line." | 427 @echo lib-src/gzip-el.sh lispdir " from the command line." |
421 @echo "Where lispdir is where the lisp files were installed, i.e.," | 428 @echo "Where lispdir is where the lisp files were installed, i.e.," |