diff options
| author | Andreas Schwab | 2004-05-28 09:48:58 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-05-28 09:48:58 +0000 |
| commit | 57c878bbd62f382af7d2f1d1544cdd027ad66b8b (patch) | |
| tree | f15307c15538897dfbe66416c74a457270e5e6f4 | |
| parent | 4aa609dc300e11fbb28cb4fba2e4330fb6bab82f (diff) | |
| download | emacs-57c878bbd62f382af7d2f1d1544cdd027ad66b8b.tar.gz emacs-57c878bbd62f382af7d2f1d1544cdd027ad66b8b.zip | |
Revert last two changes.
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 97d9a2a1079..7bfed3fd5ea 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -445,11 +445,9 @@ install-arch-indep: mkdir info | |||
| 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; \ |