comparison Makefile.in @ 13660:7ccd8298d604

(install-arch-indep): Don't install lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Nov 1995 20:41:52 +0000
parents 1bd9b0579ae5
children cace0c4acd88
comparison
equal deleted inserted replaced
13659:283d4d3e5460 13660:7ccd8298d604
336 rm -rf $${subdir}/CVS ; \ 336 rm -rf $${subdir}/CVS ; \
337 rm -f $${subdir}/\#* ; \ 337 rm -f $${subdir}/\#* ; \
338 rm -f $${subdir}/.\#* ; \ 338 rm -f $${subdir}/.\#* ; \
339 rm -f $${subdir}/*~ ; \ 339 rm -f $${subdir}/*~ ; \
340 rm -f $${subdir}/*.orig ; \ 340 rm -f $${subdir}/*.orig ; \
341 rm -f $${subdir}/[mM]akefile* ; \
342 rm -f $${subdir}/ChangeLog* ; \
343 rm -f $${subdir}/dired.todo ; \
341 done) ; \ 344 done) ; \
342 done 345 done
343 -rm -f ${lispdir}/subdirs.el 346 -rm -f ${lispdir}/subdirs.el
344 $(srcdir)/update-subdirs ${lispdir} 347 $(srcdir)/update-subdirs ${lispdir}
345 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ 348 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
350 else true; fi 353 else true; fi
351 thisdir=`/bin/pwd`; \ 354 thisdir=`/bin/pwd`; \
352 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ 355 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
353 then \ 356 then \
354 (cd ${infodir}; \ 357 (cd ${infodir}; \
355 if [ -f dir ] && [ ! -f dir.old ]; then mv -f dir dir.old; \ 358 if [ -f dir ]; then
356 else mv -f dir dir.bak; fi; \ 359 if [ ! -f dir.old ]; then mv -f dir dir.old; \
360 else mv -f dir dir.bak; fi; \
361 fi; \
357 cd ${srcdir}/info ; \ 362 cd ${srcdir}/info ; \
358 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \ 363 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
359 for f in cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*; do \ 364 for f in cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*; do \
360 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \ 365 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
361 done); \ 366 done); \