mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-02 13:41:30 -08:00
(install-arch-indep): Fix typo in previous change.
This commit is contained in:
parent
7ddbb5bc20
commit
dedd2c6d2c
1 changed files with 9 additions and 2 deletions
11
Makefile.in
11
Makefile.in
|
|
@ -378,10 +378,17 @@ install-arch-indep: mkdir
|
|||
for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
|
||||
chmod a+r ${infodir}/$$f; \
|
||||
${INSTALL_INFO} --info-file=$$f); \
|
||||
chmod a+r ${infodir}/$$f); \
|
||||
done); \
|
||||
else true; fi
|
||||
-thisdir=`/bin/pwd`; \
|
||||
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
|
||||
then \
|
||||
for f in ccmode cl customize dired-x ediff emacs forms gnus info message mh-e reftex sc vip widget; do \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
|
||||
done; \
|
||||
else true; fi
|
||||
-chmod -R a+r ${COPYDESTS} ${infodir}
|
||||
thisdir=`/bin/pwd`; \
|
||||
cd ${srcdir}/etc; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue