From 969f17355762d9ace52a38c490a2282b27ad8089 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 18 Sep 1994 23:46:48 +0000 Subject: [PATCH] (install-arch-indep): Copy DOC-*, not DOC* --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)` ]; \ -- 2.39.5