summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-31 10:25:55 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-31 10:25:55 +0000
commit3b10faf30d94b9fa4eeb2d842cbf36866da6505c (patch)
tree50d728a5caf04ac352a0f70286856b43908e7f4c
parentf53d2409773cd4f26736a7ca6874e48be045823f (diff)
downloademacs-3b10faf30d94b9fa4eeb2d842cbf36866da6505c.tar.gz
(install): Copy subdirs.el to the installation directory.
-rw-r--r--nt/makefile.w32-in1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 26f4cf5e500..20dc2a2f95c 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -150,6 +150,7 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
- mkdir "$(INSTALL_DIR)/data"
- mkdir "$(INSTALL_DIR)/site-lisp"
- mkdir "$(INSTALL_DIR)/etc/icons"
+ $(IFNOTSAMEDIR) $(CP) ../site-lisp/subdirs.el $(INSTALL_DIR)/site-lisp $(ENDIF)
$(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF)
- $(CP_DIR) icons $(INSTALL_DIR)/etc
$(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF)