summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-12-13 20:38:28 (GMT)
committerhobbs <hobbs>2006-12-13 20:38:28 (GMT)
commitf38f2bb782da9c10fa2bd98ac08136ade6fcb22f (patch)
tree2fdad1904eab8dc0c49cfcdf5d9c2c94d06a34f5 /unix/Makefile.in
parent94acb8d71c38b7e493d498a69816f77b520f49f1 (diff)
downloadtk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.zip
tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.tar.gz
tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.tar.bz2
* win/Makefile.in, unix/Makefile.in (demo): add 'demo' target
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
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