make install: copy directory install

git-svn-id: trunk@39109 -
This commit is contained in:
mattias 2012-10-17 10:45:56 +00:00
parent 93331ceaad
commit 4297f14991
2 changed files with 4 additions and 4 deletions

View File

@ -2962,8 +2962,8 @@ endif
install:
$(MAKE) installbase
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples ideintf lcl test tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt *.bat $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples ideintf lcl test install tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
ifneq ($(findstring $(OS_TARGET),win32 win64),)
else

View File

@ -250,11 +250,11 @@ endif
#-----------------------------------------------------------------------------
# Many "make" users expect 'make install' to copy the binaries to somewhere
# Copy the lazarus tree to the install directory and set some links
# Copy everything except for 'debian' and 'install' to avoid recursion and other platform files
# Copy everything except for 'debian' to avoid recursion and other platform files
install:
$(MAKE) installbase
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples ideintf lcl test tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples ideintf lcl test install tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
ifneq ($(findstring $(OS_TARGET),win32 win64),)