summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-11-15 19:31:20 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-11-15 19:31:20 (GMT)
commit69c55bc6ba8daea94db4f07d448e28ba1970a0f2 (patch)
tree926c9c2655af85d9275fb6665b9ec2fa628f2093 /unix/Makefile.in
parentb7d97baa83e4931982ca8f0f7de5e49b199dcb6e (diff)
downloadtk-69c55bc6ba8daea94db4f07d448e28ba1970a0f2.zip
tk-69c55bc6ba8daea94db4f07d448e28ba1970a0f2.tar.gz
tk-69c55bc6ba8daea94db4f07d448e28ba1970a0f2.tar.bz2
More complete purge of things only present for supporting long-dead Mac 9 systems.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 637f6f4..e2c0289 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1499,21 +1499,6 @@ BUILD_HTML = \
--srcdir=$(TOP_DIR)/.. $(BUILD_HTML_FLAGS)
#
-# Target to create a Macintosh version of the distribution. This will
-# do a normal distribution and then massage the output to prepare it
-# for moving to the Mac platform. This requires a few scripts and
-# programs found only in the Tcl greoup's tool workspace.
-#
-
-macdist: dist
- rm -f $(DISTDIR)/mac/tkMacProjects.sea.hqx
- $(TCL_EXE) $(TOOL_DIR)/man2html.tcl $(DISTDIR)/tmp ../.. tk$(VERSION)
- mv $(DISTDIR)/tmp/tk$(VERSION) $(DISTDIR)/html
- rm -rf $(DISTDIR)/doc
- rm -rf $(DISTDIR)/tmp
- $(TCL_EXE) $(TOOL_DIR)/cvtEOL.tcl $(DISTDIR)
-
-#
# Targets to build Solaris package of the distribution for the current
# architecture. To build stream packages for both sun4 and i86pc
# architectures: