mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
install: do not install bat and sh files
git-svn-id: trunk@46146 -
This commit is contained in:
parent
88904bab86
commit
f081799386
2
Makefile
2
Makefile
@ -3128,7 +3128,7 @@ endif
|
||||
install: installbase
|
||||
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) components docs doceditor examples lcl test tools $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) Makefile* *.txt $(LAZARUS_INSTALL_DIR)
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
|
||||
else
|
||||
|
@ -273,7 +273,7 @@ endif
|
||||
install: installbase
|
||||
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) components docs doceditor examples lcl test tools $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) Makefile* *.txt $(LAZARUS_INSTALL_DIR)
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user