diff options
author | hobbs <hobbs> | 2006-12-13 20:38:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-12-13 20:38:28 (GMT) |
commit | f38f2bb782da9c10fa2bd98ac08136ade6fcb22f (patch) | |
tree | 2fdad1904eab8dc0c49cfcdf5d9c2c94d06a34f5 /unix | |
parent | 94acb8d71c38b7e493d498a69816f77b520f49f1 (diff) | |
download | tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.zip tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.tar.gz tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.tar.bz2 |
* win/Makefile.in, unix/Makefile.in (demo): add 'demo' target
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index dae918d..5643302 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.118 2006/10/31 13:56:59 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.119 2006/12/13 20:38:28 hobbs Exp $ # Current Tk version; used in various names. @@ -655,6 +655,9 @@ runtest: tktest shell: wish $(SHELL_ENV) ./wish $(SCRIPT) +demo: + $(SHELL_ENV) ./wish $(TOP_DIR)/library/demos/widget + # This target can be used to run wish inside either gdb or insight gdb: wish @echo "set env @LD_LIBRARY_PATH_VAR@=`pwd`:${TCL_BIN_DIR}:$${@LD_LIBRARY_PATH_VAR@}" > gdb.run |