From 4297f14991c6fb4b28df1651d3cfe31231df01ef Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 17 Oct 2012 10:45:56 +0000 Subject: [PATCH] make install: copy directory install git-svn-id: trunk@39109 - --- Makefile | 4 ++-- Makefile.fpc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 51f2f9813d..8f01d065e6 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Makefile.fpc b/Makefile.fpc index e081c147a6..c0025df055 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -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),)