aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index c28918af947..5e61e907a8d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -171,10 +171,13 @@ SUBDIR = lib-src src
171# The makefiles of the directories in $SUBDIR. 171# The makefiles of the directories in $SUBDIR.
172SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile 172SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile
173 173
174# Subdirectories to install, and where they'll go. lib-src's makefile 174# Subdirectories to install, and where they'll go.
175# knows how to install it, so we don't do that here. 175# lib-src's makefile knows how to install it, so we don't do that here.
176COPYDIR = etc ${srcdir}/info ${srcdir}/lisp 176# When installing the info files, we need to do special things to
177COPYDESTS = ${etcdir} ${infodir} ${lispdir} 177# avoid nuking an existing dir file, so we don't do that here;
178# instead, we have written out explicit code in the `install' targets.
179COPYDIR = etc ${srcdir}/lisp
180COPYDESTS = ${etcdir} ${lispdir}
178 181
179all: src/paths.h ${SUBDIR} 182all: src/paths.h ${SUBDIR}
180 183