comparison Makefile.in @ 11227:91377b178920

(install-arch-indep, dist): look for `update-subdir' in $(srcdir).
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Apr 1995 21:36:55 +0000
parents c66a0a2a7bb3
children a78e341e8061
comparison
equal deleted inserted replaced
11226:d5c5dab73f87 11227:91377b178920
336 rm -f $${subdir}/*~ ; \ 336 rm -f $${subdir}/*~ ; \
337 rm -f $${subdir}/*.orig ; \ 337 rm -f $${subdir}/*.orig ; \
338 done) ; \ 338 done) ; \
339 done 339 done
340 -rm -f ${lispdir}/subdirs.el 340 -rm -f ${lispdir}/subdirs.el
341 ./update-subdirs ${lispdir} 341 $(srcdir)/update-subdirs ${lispdir}
342 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ 342 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
343 then \ 343 then \
344 echo "Copying etc/DOC-* ..." ; \ 344 echo "Copying etc/DOC-* ..." ; \
345 (cd etc; tar -cf - DOC-*)|(cd ${docdir}; umask 0; tar -xvf - ); \ 345 (cd etc; tar -cf - DOC-*)|(cd ${docdir}; umask 0; tar -xvf - ); \
346 else true; fi 346 else true; fi
522 522
523 check: 523 check:
524 @echo "We don't have any tests for GNU Emacs yet." 524 @echo "We don't have any tests for GNU Emacs yet."
525 525
526 dist: 526 dist:
527 ./update-subdirs ${srcdir}/lisp 527 $(srcdir)/update-subdirs ${srcdir}/lisp
528 cd ${srcdir}; make-dist 528 cd ${srcdir}; make-dist
529 529
530 .PHONY: info dvi dist check 530 .PHONY: info dvi dist check
531 force-info: 531 force-info:
532 info: force-info 532 info: force-info