Mercurial > emacs
comparison Makefile.in @ 54842:68d5e826543e
Also install etc/compilation.txt
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Tue, 13 Apr 2004 19:04:54 +0000 |
parents | 09447687fd1f |
children | 41f787240156 |
comparison
equal
deleted
inserted
replaced
54841:43243c99881e | 54842:68d5e826543e |
---|---|
443 -chmod a+r ${datadir}/emacs/site-lisp/subdirs.el | 443 -chmod a+r ${datadir}/emacs/site-lisp/subdirs.el |
444 -unset CDPATH; \ | 444 -unset CDPATH; \ |
445 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ | 445 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ |
446 then \ | 446 then \ |
447 echo "Copying etc/DOC-* to ${docdir} ..." ; \ | 447 echo "Copying etc/DOC-* to ${docdir} ..." ; \ |
448 (cd ./etc; tar -chf - DOC*) \ | 448 (cd ./etc; tar -chf - DOC* compilation.txt) \ |
449 |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ | 449 |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ |
450 (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \ | 450 (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \ |
451 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ | 451 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ |
452 else true; fi | 452 else true; fi |
453 -unset CDPATH; \ | 453 -unset CDPATH; \ |