diff options
| author | Eli Zaretskii | 2001-04-25 13:50:10 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-25 13:50:10 +0000 |
| commit | 14e70c16912a952dba28c242d44f9fe2ca2d54a0 (patch) | |
| tree | eae2091b4f1ec82e858139a7ceb974ab945e29ad | |
| parent | 0096aed26a4ef7db17f07dd083eb750a801eb61e (diff) | |
| download | emacs-14e70c16912a952dba28c242d44f9fe2ca2d54a0.tar.gz emacs-14e70c16912a952dba28c242d44f9fe2ca2d54a0.zip | |
(install-arch-indep): Add gfdl.1 to the man pages that are installed.
| -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}); \ |