# HG changeset patch # User Eli Zaretskii # Date 988206610 0 # Node ID 95ff5c14d76cb0c2e2df15b7745b87c39dc6d577 # Parent 087a220fa7bc8c33ba90f41eb1b449c3b6bd8e1f (install-arch-indep): Add gfdl.1 to the man pages that are installed. diff -r 087a220fa7bc -r 95ff5c14d76c Makefile.in --- a/Makefile.in Wed Apr 25 13:48:24 2001 +0000 +++ b/Makefile.in Wed Apr 25 13:50:10 2001 +0000 @@ -447,7 +447,7 @@ -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}); \