aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-31 06:07:08 +0000
committerRichard M. Stallman1993-05-31 06:07:08 +0000
commitaf1d3b64a2687ec2587193bb7f3827da2ea55dac (patch)
treeff815681ba4c4ef9aee2e9897570cc35dc9e4b04
parent09b89128ef1ad27597062ec71bb595e2848d0ec9 (diff)
downloademacs-af1d3b64a2687ec2587193bb7f3827da2ea55dac.tar.gz
emacs-af1d3b64a2687ec2587193bb7f3827da2ea55dac.zip
(do-install): Copy the DOC-* files from the build
etc directory, as well as lots of things from ${srcdir}/etc.
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d0a902f95cc..ea5228898b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -319,6 +319,8 @@ Makefile:
319## source exists and is distinct from the destination. 319## source exists and is distinct from the destination.
320install: all do-install 320install: all do-install
321 321
322### Note that we copy the DOC-* files from the build etc directory
323### as well as lots of things from ${srcdir}/etc.
322do-install: mkdir 324do-install: mkdir
323 (cd lib-src; \ 325 (cd lib-src; \
324 $(MAKE) install ${MFLAGS} prefix=${prefix} \ 326 $(MAKE) install ${MFLAGS} prefix=${prefix} \
@@ -346,6 +348,9 @@ do-install: mkdir
346 rm -f $${subdir}/*~ ; \ 348 rm -f $${subdir}/*~ ; \
347 done) ; \ 349 done) ; \
348 done 350 done
351 [ `(cd etc; /bin/pwd)` != `(cd ${srcdir}/etc; /bin/pwd)` ] \
352 && (echo "Copying etc/DOC* ..." ; \
353 (cd etc; tar cf - DOC*)|(cd ${etcdir}; umask 0; tar xvf - ))
349 -[ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ] \ 354 -[ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ] \
350 && (cd ${srcdir}/info ; \ 355 && (cd ${srcdir}/info ; \
351 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ 356 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \