diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 10:25:55 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 10:25:55 +0000 |
commit | bd6ccd78ad1141f48b173ed4a76c3d3ca9a14823 (patch) | |
tree | 1af53b961026300984ab6d98f3406d01f39a5ac6 | |
parent | 7add0a634d9579dd9388876c57a817a65f7f9783 (diff) | |
download | emacs-bd6ccd78ad1141f48b173ed4a76c3d3ca9a14823.tar.gz |
(install): Copy subdirs.el to the installation directory.
-rw-r--r-- | nt/makefile.w32-in | 1 |
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) |