summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-11-08 17:59:04 (GMT)
committermax <max@tclers.tk>2011-11-08 17:59:04 (GMT)
commit7b772947d121112eed1cdc34c8ec0b57a3b3b208 (patch)
treecc142b6dc30f0ccc6f1671d52e9eabbdf2ee7bb6 /unix/Makefile.in
parent91ee5ad3a7b2ca1588901a5f8542f02a96a91cf1 (diff)
parent9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a (diff)
downloadtk-7b772947d121112eed1cdc34c8ec0b57a3b3b208.zip
tk-7b772947d121112eed1cdc34c8ec0b57a3b3b208.tar.gz
tk-7b772947d121112eed1cdc34c8ec0b57a3b3b208.tar.bz2
* Add square to DEMOPROGS in unix/Makefile.in. It contains a shebang
and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a38ff74..492c7ca 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -559,7 +559,7 @@ PRIVATE_HDRS = $(GENERIC_DIR)/tkInt.h $(GENERIC_DIR)/tkIntDecls.h \
$(GENERIC_DIR)/tkIntPlatDecls.h $(GENERIC_DIR)/tkPort.h \
$(TTK_HDRS) $(@TK_WINDOWINGSYSTEM@_PRIVATE_HDRS)
-DEMOPROGS = browse hello ixset rmt rolodex tcolor timer widget
+DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget
SHELL_ENV = \
@LD_LIBRARY_PATH_VAR@="`pwd`:${TCL_BIN_DIR}:$${@LD_LIBRARY_PATH_VAR@}"; \