From 4a2e43e4aff9c88534bc30c84b10d1c70ad57e7f Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 8 Mar 1999 14:59:25 +0000 Subject: [PATCH] * installextra pt,tdf files --- ide/text/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ide/text/Makefile b/ide/text/Makefile index d3e4b78e75..acc066bc8c 100644 --- a/ide/text/Makefile +++ b/ide/text/Makefile @@ -44,6 +44,8 @@ override NEEDUNITDIR+=../fake/gdb endif +INSTALLEXTRA=$(wildcard *.pt) $(wildcard *.tdf) + ##################################################################### # Real targets @@ -102,11 +104,14 @@ clean_compiler: # # $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 # * MenuBar didn't update itself automatically on command-set changes # * 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 # + 'Messages' window implemented # + Added '$CAP MSG()' and '$CAP EDIT' to available tool-macros