diff options
| author | Chong Yidong | 2006-11-27 15:41:52 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-11-27 15:41:52 +0000 |
| commit | 98198c4f7c1900614b449eb848b22a2865fc6be7 (patch) | |
| tree | 336fecac8697e6e9cb56fbdf90c454905109733e /Makefile.in | |
| parent | f7e73b1d1683eedaf405b35cc95f25113028887f (diff) | |
| download | emacs-98198c4f7c1900614b449eb848b22a2865fc6be7.tar.gz emacs-98198c4f7c1900614b449eb848b22a2865fc6be7.zip | |
Touch only the parts of the share/emacs directory specific to this
version.
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 7bfa7900828..b2ee0caf8ab 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -518,7 +518,7 @@ install-arch-indep: mkdir info | |||
| 518 | ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \ | 518 | ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \ |
| 519 | done; \ | 519 | done; \ |
| 520 | else true; fi | 520 | else true; fi |
| 521 | -chmod -R a+r $(DESTDIR)${datadir}/emacs ${COPYDESTS} $(DESTDIR)${infodir} | 521 | -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir} |
| 522 | thisdir=`/bin/pwd`; \ | 522 | thisdir=`/bin/pwd`; \ |
| 523 | cd ${srcdir}/etc; \ | 523 | cd ${srcdir}/etc; \ |
| 524 | for page in emacs emacsclient etags ctags ; do \ | 524 | for page in emacs emacsclient etags ctags ; do \ |