diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 447 | -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir} | 447 | -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir} |
| 448 | thisdir=`/bin/pwd`; \ | 448 | thisdir=`/bin/pwd`; \ |
| 449 | cd ${srcdir}/etc; \ | 449 | cd ${srcdir}/etc; \ |
| 450 | for page in emacs etags ctags ; do \ | 450 | for page in emacs etags ctags gfdl ; do \ |
| 451 | (cd $${thisdir}; \ | 451 | (cd $${thisdir}; \ |
| 452 | ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \ | 452 | ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \ |
| 453 | chmod a+r ${man1dir}/$${page}${manext}); \ | 453 | chmod a+r ${man1dir}/$${page}${manext}); \ |