Skip to content

Commit

Permalink
(install-arch-indep): Don't install
Browse files Browse the repository at this point in the history
lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
  • Loading branch information
Richard M. Stallman committed Nov 29, 1995
1 parent 324ad63 commit d7c0de1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile.in
Expand Up @@ -338,6 +338,9 @@ install-arch-indep: mkdir
rm -f $${subdir}/.\#* ; \
rm -f $${subdir}/*~ ; \
rm -f $${subdir}/*.orig ; \
rm -f $${subdir}/[mM]akefile* ; \
rm -f $${subdir}/ChangeLog* ; \
rm -f $${subdir}/dired.todo ; \
done) ; \
done
-rm -f ${lispdir}/subdirs.el
Expand All @@ -352,8 +355,10 @@ install-arch-indep: mkdir
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
(cd ${infodir}; \
if [ -f dir ] && [ ! -f dir.old ]; then mv -f dir dir.old; \
else mv -f dir dir.bak; fi; \
if [ -f dir ]; then
if [ ! -f dir.old ]; then mv -f dir dir.old; \
else mv -f dir dir.bak; fi; \
fi; \
cd ${srcdir}/info ; \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
for f in cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*; do \
Expand Down

0 comments on commit d7c0de1

Please sign in to comment.