aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-08-31 10:25:55 +0000
committerEli Zaretskii2001-08-31 10:25:55 +0000
commitbd6ccd78ad1141f48b173ed4a76c3d3ca9a14823 (patch)
tree1af53b961026300984ab6d98f3406d01f39a5ac6
parent7add0a634d9579dd9388876c57a817a65f7f9783 (diff)
downloademacs-bd6ccd78ad1141f48b173ed4a76c3d3ca9a14823.tar.gz
emacs-bd6ccd78ad1141f48b173ed4a76c3d3ca9a14823.zip
(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)
150 - mkdir "$(INSTALL_DIR)/data" 150 - mkdir "$(INSTALL_DIR)/data"
151 - mkdir "$(INSTALL_DIR)/site-lisp" 151 - mkdir "$(INSTALL_DIR)/site-lisp"
152 - mkdir "$(INSTALL_DIR)/etc/icons" 152 - mkdir "$(INSTALL_DIR)/etc/icons"
153 $(IFNOTSAMEDIR) $(CP) ../site-lisp/subdirs.el $(INSTALL_DIR)/site-lisp $(ENDIF)
153 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF) 154 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF)
154 - $(CP_DIR) icons $(INSTALL_DIR)/etc 155 - $(CP_DIR) icons $(INSTALL_DIR)/etc
155 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF) 156 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF)