]> code.delx.au - gnu-emacs/commitdiff
Also install etc/compilation.txt
authorDaniel Pfeiffer <occitan@esperanto.org>
Tue, 13 Apr 2004 19:04:54 +0000 (19:04 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Tue, 13 Apr 2004 19:04:54 +0000 (19:04 +0000)
Makefile.in

index 7bfed3fd5ea7f00935c22c4a684983bc08e9be35..8c658ee891557fc2d6e07c8215102558fd8b6fcd 100644 (file)
@@ -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); \