From f38f2bb782da9c10fa2bd98ac08136ade6fcb22f Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 13 Dec 2006 20:38:28 +0000 Subject: * win/Makefile.in, unix/Makefile.in (demo): add 'demo' target --- ChangeLog | 5 +++++ unix/Makefile.in | 5 ++++- win/Makefile.in | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06b5f1b..fb09779 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ +2006-12-13 Jeff Hobbs + + * win/Makefile.in, unix/Makefile.in (demo): add 'demo' target + 2006-12-13 Joe English + * library/ttk/ttk.tcl: Try to straighten out theme loading and selection logic. * generic/ttk/ttkElements.c, library/ttk/defaults.tcl, 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 diff --git a/win/Makefile.in b/win/Makefile.in index 963dcda..f738911 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.70 2006/10/31 01:42:27 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.71 2006/12/13 20:38:29 hobbs Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -446,6 +446,9 @@ runtest: binaries $(TKTEST) shell: binaries $(SHELL_ENV) ./$(WISH) $(SCRIPT) +demo: + $(SHELL_ENV) ./$(WISH) $(ROOT_DIR)/library/demos/widget + # This target can be used to run wish inside either gdb or insight gdb: binaries @echo "set env TCL_LIBRARY=$(TCL_SRC_DIR_NATIVE)/library" > gdb.run -- cgit v0.12