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