Browse Source

* installextra pt,tdf files

peter 26 years ago
parent
commit
4a2e43e4af
1 changed files with 7 additions and 2 deletions
  1. 7 2
      ide/text/Makefile

+ 7 - 2
ide/text/Makefile

@@ -44,6 +44,8 @@ override NEEDUNITDIR+=../fake/gdb
 endif
 endif
 
 
 
 
+INSTALLEXTRA=$(wildcard *.pt) $(wildcard *.tdf)
+
 
 
 #####################################################################
 #####################################################################
 # Real targets
 # Real targets
@@ -102,11 +104,14 @@ clean_compiler:
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.11  1999-03-01 15:41:47  peter
+# Revision 1.12  1999-03-08 14:59:25  peter
+#   * installextra pt,tdf files
+#
+# Revision 1.11  1999/03/01 15:41:47  peter
 #   + Added dummy entries for functions not yet implemented
 #   + Added dummy entries for functions not yet implemented
 #   * MenuBar didn't update itself automatically on command-set changes
 #   * MenuBar didn't update itself automatically on command-set changes
 #   * Fixed Debugging/Profiling options dialog
 #   * Fixed Debugging/Profiling options dialog
-#   * TCodeEditor converts spaces to tabs at save only if efUseTabChars is
 set
+#   * TCodeEditor converts spaces to tabs at save only if efUseTabChars is set
 #   * efBackSpaceUnindents works correctly
 #   * efBackSpaceUnindents works correctly
 #   + 'Messages' window implemented
 #   + 'Messages' window implemented
 #   + Added '$CAP MSG()' and '$CAP EDIT' to available tool-macros
 #   + Added '$CAP MSG()' and '$CAP EDIT' to available tool-macros