summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-28 21:15:12 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-28 21:15:12 +0000
commit2f04a94e4d3706532b7bf0d31b9bccac79172a6c (patch)
treee18e0f09aa95f5a8e236d93a7ab3fa9edbe200f9 /Makefile.in
parent9134fab309c93fa8ec7d45d2015db82d19a20c63 (diff)
downloademacs-2f04a94e4d3706532b7bf0d31b9bccac79172a6c.tar.gz
(INSTALL_INFO): New variable.
(install-arch-indep): Don't replace the dir file if it already exists. Use the install-info program, via INSTALL_INFO, to add entries. Make the `info' subdir and the Info files world-readable. (mkdir): Create the site-lisp dirs. (install-arch-indep): Make site-lisp/subdirs files world-readable.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in20
1 files changed, 13 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 43783bd62f4..a32f31857a5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,6 +174,7 @@ docdir=@docdir@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
+INSTALL_INFO = install-info
# By default, we uphold the dignity of our programs.
INSTALL_STRIP =
@@ -341,11 +342,12 @@ install-arch-indep: mkdir
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
echo " (normal-top-level-add-subdirs-to-load-path))") \
> ${datadir}/emacs/${version}/site-lisp/subdirs.el
+ chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el
-rm -f ${datadir}/emacs/site-lisp/subdirs.el
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
echo " (normal-top-level-add-subdirs-to-load-path))") \
> ${datadir}/emacs/site-lisp/subdirs.el
- -chmod -R a+r ${COPYDESTS}
+ chmod a+r ${datadir}/emacs/site-lisp/subdirs.el
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
then \
echo "Copying etc/DOC-* to ${docdir} ..." ; \
@@ -366,19 +368,21 @@ install-arch-indep: mkdir
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
(cd ${infodir}; \
- if [ -f dir ]; then \
- if [ ! -f dir.old ]; then mv -f dir dir.old; \
- else mv -f dir dir.bak; fi; \
+ if [ -f dir ]; then true; \
+ else \
+ (cd $${thisdir}; \
+ ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir; \
+ chmod a+r ${infodir}/dir); \
fi; \
cd ${srcdir}/info ; \
- (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
- (cd $${thisdir}; chmod a+r ${infodir}/dir); \
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); \
+ chmod a+r ${infodir}/$$f; \
+ ${INSTALL_INFO} --info-file=$$f); \
done); \
else true; fi
+ -chmod -R a+r ${COPYDESTS} ${infodir}
thisdir=`/bin/pwd`; \
cd ${srcdir}/etc; \
for page in emacs etags ctags ; do \
@@ -405,6 +409,8 @@ install-strip:
mkdir: FRC
$(srcdir)/mkinstalldirs ${COPYDESTS} ${infodir} ${man1dir} \
${bindir} ${datadir} ${docdir} ${libexecdir} \
+ ${datadir}/emacs/site-lisp \
+ ${datadir}/emacs/${version}/site-lisp \
`echo ${locallisppath} | sed 's/:/ /g'`
### Delete all the installed files that the `install' target would