From 7644529b9b81f7f67beb24be73acd97e3451d253 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 8 Feb 2000 00:07:01 +0000 Subject: [PATCH] * only install text dir --- ide/Makefile.fpc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index f83b8ca93e..01b89cf569 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -5,8 +5,17 @@ [targets] dirs=fake text +[install] +packagename=ide +sourcesubdirs=0 + [sections] none=1 +zipsourceinstall=1 + +[defaults] +defaultinstalldir=text + [rules] .PHONY: gdb full fullgdb clean_compiler @@ -27,4 +36,5 @@ fullgdb: # Misc # clean_compiler: - make -C ../../compiler clean + $(MAKE) -C ../compiler clean +