From: Karl Heuer Date: Sun, 18 Sep 1994 23:46:48 +0000 (+0000) Subject: (install-arch-indep): Copy DOC-*, not DOC* X-Git-Tag: emacs-19.34~6959 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=969f17355762d9ace52a38c490a2282b27ad8089;p=emacs.git (install-arch-indep): Copy DOC-*, not DOC* --- diff --git a/Makefile.in b/Makefile.in index 09207a6b7fa..7ecd8985be8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -325,8 +325,8 @@ install-arch-indep: mkdir done if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ - echo "Copying etc/DOC* ..." ; \ - (cd etc; tar -cf - DOC*)|(cd ${docdir}; umask 0; tar -xvf - ); \ + echo "Copying etc/DOC-* ..." ; \ + (cd etc; tar -cf - DOC-*)|(cd ${docdir}; umask 0; tar -xvf - ); \ else true; fi thisdir=`/bin/pwd`; \ if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \