From: Eli Zaretskii Date: Wed, 25 Apr 2001 13:50:10 +0000 (+0000) Subject: (install-arch-indep): Add gfdl.1 to the man pages that are installed. X-Git-Tag: emacs-pretest-21.0.103~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14e70c16912a952dba28c242d44f9fe2ca2d54a0;p=emacs.git (install-arch-indep): Add gfdl.1 to the man pages that are installed. --- diff --git a/Makefile.in b/Makefile.in index 58ce1cc780a..1ebba6d9abe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -447,7 +447,7 @@ install-arch-indep: mkdir info -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir} thisdir=`/bin/pwd`; \ cd ${srcdir}/etc; \ - for page in emacs etags ctags ; do \ + for page in emacs etags ctags gfdl ; do \ (cd $${thisdir}; \ ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \ chmod a+r ${man1dir}/$${page}${manext}); \