summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-05-25 22:55:02 (GMT)
committerjenglish <jenglish@flightlab.com>2007-05-25 22:55:02 (GMT)
commit30cec316c5ebe0578971b60f4f97c125278928cf (patch)
tree78d8894c7ba39e5bafdd9c976ac7688df68cfda8 /unix
parent0d4c1b1e1fdd1bc5132dc0eeb6f4e49679c41e87 (diff)
downloadtk-30cec316c5ebe0578971b60f4f97c125278928cf.zip
tk-30cec316c5ebe0578971b60f4f97c125278928cf.tar.gz
tk-30cec316c5ebe0578971b60f4f97c125278928cf.tar.bz2
Removed ttk::dialog and dependencies.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 73965b8..5633343 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.128 2007/05/14 20:58:27 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.129 2007/05/25 22:55:03 jenglish Exp $
# Current Tk version; used in various names.
@@ -835,7 +835,6 @@ install-doc:
@echo "Installing and cross-linking command (.n) docs";
@for i in $(TOP_DIR)/doc/*.n; do \
- if [ "ttk_dialog.n" = `basename $$i` ] ; then continue ; fi ; \
$(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i $(MANN_INSTALL_DIR); \
done