Browse Source

* only install text dir

peter 25 years ago
parent
commit
7644529b9b
1 changed files with 11 additions and 1 deletions
  1. 11 1
      ide/Makefile.fpc

+ 11 - 1
ide/Makefile.fpc

@@ -5,8 +5,17 @@
 [targets]
 [targets]
 dirs=fake text
 dirs=fake text
 
 
+[install]
+packagename=ide
+sourcesubdirs=0
+
 [sections]
 [sections]
 none=1
 none=1
+zipsourceinstall=1
+
+[defaults]
+defaultinstalldir=text
+
 
 
 [rules]
 [rules]
 .PHONY: gdb full fullgdb clean_compiler
 .PHONY: gdb full fullgdb clean_compiler
@@ -27,4 +36,5 @@ fullgdb:
 # Misc
 # Misc
 #
 #
 clean_compiler:
 clean_compiler:
-        make -C ../../compiler clean
+        $(MAKE) -C ../compiler clean
+