summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDaniel Pfeiffer <occitan@esperanto.org>2004-04-13 19:04:54 +0000
committerDaniel Pfeiffer <occitan@esperanto.org>2004-04-13 19:04:54 +0000
commit1600a13c93387f2543729ad19ebaa00319b45093 (patch)
treee1f04c6d083515ab4cf8ac5f5b64914a5317816d /Makefile.in
parent0578dead3a18ccc5419db3d1d5bb4db43165bd44 (diff)
downloademacs-1600a13c93387f2543729ad19ebaa00319b45093.tar.gz
Also install etc/compilation.txt
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7bfed3fd5ea..8c658ee8915 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -445,7 +445,7 @@ install-arch-indep: mkdir info
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
then \
echo "Copying etc/DOC-* to ${docdir} ..." ; \
- (cd ./etc; tar -chf - DOC*) \
+ (cd ./etc; tar -chf - DOC* compilation.txt) \
|(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
(cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \