comparison 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
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
408 cd ${srcdir}/etc && for page in xemacs etags ctags gnuserv \ 408 cd ${srcdir}/etc && for page in xemacs etags ctags gnuserv \
409 gnuclient gnuattach gnudoit ; do \ 409 gnuclient gnuattach gnudoit ; do \
410 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \ 410 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
411 chmod 0644 ${mandir}/$${page}${manext} ; \ 411 chmod 0644 ${mandir}/$${page}${manext} ; \
412 done 412 done
413 @echo "If you would like to save approximately 15M of disk space, do"
414 @echo "make gzip-el"
415 @echo "or you may run "
416 @echo lib-src/gzip-el.sh lispdir " from the command line."
417 @echo "Where lispdir is where the lisp files were installed, i.e.,"
418 @echo "${lispdir}"
419
420 gzip-el:
421 lib-src/gzip-el.sh ${lispdir}
413 422
414 MAKEPATH=./lib-src/make-path 423 MAKEPATH=./lib-src/make-path
415 ### Build all the directories we're going to install XEmacs in. Since 424 ### Build all the directories we're going to install XEmacs in. Since
416 ### we may be creating several layers of directories (for example, 425 ### we may be creating several layers of directories (for example,
417 ### /usr/local/lib/xemacs-19.13/mips-dec-ultrix4.2), we use make-path 426 ### /usr/local/lib/xemacs-19.13/mips-dec-ultrix4.2), we use make-path