comparison Makefile.in @ 26704:b81a30ac8e52

(install-arch-indep): Depend on `info'. (install-strip): Use `install' as sub-make target.
author Dave Love <fx@gnu.org>
date Sat, 04 Dec 1999 19:24:27 +0000
parents 29159179b7fe
children dc2d3f0d17f8
comparison
equal deleted inserted replaced
26703:b8145f3d528e 26704:b81a30ac8e52
315 ### the exception is the DOC-* files, which are copied 315 ### the exception is the DOC-* files, which are copied
316 ## from the build directory. 316 ## from the build directory.
317 317
318 ## Note that we copy DOC* and then delete DOC 318 ## Note that we copy DOC* and then delete DOC
319 ## as a workaround for a bug in tar on Ultrix 4.2. 319 ## as a workaround for a bug in tar on Ultrix 4.2.
320 install-arch-indep: mkdir 320 install-arch-indep: mkdir info
321 -set ${COPYDESTS} ; \ 321 -set ${COPYDESTS} ; \
322 unset CDPATH; \ 322 unset CDPATH; \
323 for dir in ${COPYDIR} ; do \ 323 for dir in ${COPYDIR} ; do \
324 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ 324 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
325 rm -rf $$1 ; \ 325 rm -rf $$1 ; \
429 install-leim: leim/Makefile mkdir 429 install-leim: leim/Makefile mkdir
430 cd leim; $(MAKE) install 430 cd leim; $(MAKE) install
431 431
432 ### Build Emacs and install it, stripping binaries while installing them. 432 ### Build Emacs and install it, stripping binaries while installing them.
433 install-strip: 433 install-strip:
434 $(MAKE) INSTALL_STRIP=-s 434 $(MAKE) INSTALL_STRIP=-s install
435 435
436 ### Build all the directories we're going to install Emacs in. Since 436 ### Build all the directories we're going to install Emacs in. Since
437 ### we may be creating several layers of directories (for example, 437 ### we may be creating several layers of directories (for example,
438 ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs 438 ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
439 ### instead of mkdir. Not all systems' mkdir programs have the `-p' flag. 439 ### instead of mkdir. Not all systems' mkdir programs have the `-p' flag.