aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Pfeiffer2004-04-13 19:08:31 +0000
committerDaniel Pfeiffer2004-04-13 19:08:31 +0000
commitd50e9c52a8756b4d1431a7ff99abdbec30dd06c0 (patch)
treeca98cd9686428977248845f41a0550e024f10ab0
parent1600a13c93387f2543729ad19ebaa00319b45093 (diff)
downloademacs-d50e9c52a8756b4d1431a7ff99abdbec30dd06c0.tar.gz
emacs-d50e9c52a8756b4d1431a7ff99abdbec30dd06c0.zip
Also install etc/compilation.txt and chown/chmod it
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8c658ee8915..97d9a2a1079 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -447,7 +447,9 @@ install-arch-indep: mkdir info
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* 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); \
451 chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
452 chmod a+r DOC* compilation.txt; \
451 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ 453 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
452 else true; fi 454 else true; fi
453 -unset CDPATH; \ 455 -unset CDPATH; \