Mercurial > hg > xemacs-beta
comparison Makefile.in @ 201:eb5470882647 r20-3b27
Import from CVS: tag r20-3b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:01:22 +0200 |
parents | acd284d43ca1 |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
200:f0deb0c0e6be | 201:eb5470882647 |
---|---|
425 cd ${srcdir}/etc && \ | 425 cd ${srcdir}/etc && \ |
426 for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ | 426 for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ |
427 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ | 427 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ |
428 chmod 0644 ${mandir}/$${page}${manext} ; \ | 428 chmod 0644 ${mandir}/$${page}${manext} ; \ |
429 done | 429 done |
430 if test "${prefix}" != "${exec_prefix}"; then : extreme bogosity follows; \ | 430 if test "${prefix}" != "${exec_prefix}"; then \ |
431 test ! -d ${prefix}/bin && \ | 431 test ! -d ${exec_prefix}/lib/xemacs && \ |
432 $(LN_S) ${exec_prefix}/bin ${prefix}/bin; \ | 432 $(LN_S) ${prefix}/lib/xemacs ${exec_prefix}/lib/xemacs; \ |
433 test ! -d ${prefix}/lib/xemacs-${version}/${configuration} && \ | 433 test ! -d ${exec_prefix}/lib/xemacs-${version}/etc && \ |
434 ${LN_S} ${exec_prefix}/lib/xemacs-${version}/${configuration} \ | 434 $(LN_S) ${prefix}/lib/xemacs-${version}/etc \ |
435 ${prefix}/lib/xemacs-${version}/${configuration}; \ | 435 ${exec_prefix}/lib/xemacs-${version}/etc; \ |
436 test ! -d ${exec_prefix}/lib/xemacs-${version}/info && \ | |
437 $(LN_S) ${prefix}/lib/xemacs-${version}/info \ | |
438 ${exec_prefix}/lib/xemacs-${version}/info; \ | |
439 test ! -d ${exec_prefix}/lib/xemacs-${version}/lisp && \ | |
440 $(LN_S) ${prefix}/lib/xemacs-${version}/lisp \ | |
441 ${exec_prefix}/lib/xemacs-${version}/lisp; \ | |
436 fi | 442 fi |
437 @echo "If you would like to save approximately 15M of disk space, do" | 443 @echo "If you would like to save approximately 15M of disk space, do" |
438 @echo "make gzip-el" | 444 @echo "make gzip-el" |
439 @echo "or you may run " | 445 @echo "or you may run " |
440 @echo ${srcdir}/lib-src/gzip-el.sh lispdir " from the command line." | 446 @echo ${srcdir}/lib-src/gzip-el.sh lispdir " from the command line." |