comparison Makefile.in @ 55787:eeff3f9a8140

Revert last two changes.
author Andreas Schwab <schwab@suse.de>
date Fri, 28 May 2004 09:48:58 +0000
parents 41f787240156
children bb6720f21c54
comparison
equal deleted inserted replaced
55786:a4b0f825c65a 55787:eeff3f9a8140
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* compilation.txt) \ 448 (cd ./etc; tar -chf - DOC*) \
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); \ 450 (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
451 chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
452 chmod a+r DOC* compilation.txt; \
453 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ 451 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
454 else true; fi 452 else true; fi
455 -unset CDPATH; \ 453 -unset CDPATH; \
456 if [ -r ./lisp ] \ 454 if [ -r ./lisp ] \
457 && [ -r ./lisp/simple.el ] \ 455 && [ -r ./lisp/simple.el ] \