(install-arch-indep): Add gfdl.1 to the man pages that are installed.
This commit is contained in:
parent
0096aed26a
commit
14e70c1691
1 changed files with 1 additions and 1 deletions
|
@ -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}); \
|
||||
|
|
Loading…
Add table
Reference in a new issue