From a188372659089a30b01c57ababf756df8d86c83c Mon Sep 17 00:00:00 2001 From: das Date: Wed, 23 Jul 2003 15:40:24 +0000 Subject: * unix/Makefile.in: changes to html-tcl & html-tk targets for compatibility with non-gnu makes. --- ChangeLog | 3 +++ unix/Makefile.in | 14 +++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce5c3b8..c6346e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-07-23 Daniel Steffen + * unix/Makefile.in: changes to html-tcl & html-tk + targets for compatibility with non-gnu makes. + * unix/Makefile.in: added macosx/README to dist target. 2003-07-23 Pat Thoyts diff --git a/unix/Makefile.in b/unix/Makefile.in index 5e69d40..2d871c5 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.131 2003/07/23 05:53:43 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.132 2003/07/23 15:40:26 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1392,12 +1392,16 @@ allpatch: dist # TOOL_DIR. # -html-tcl: EXTRA_HTML_ARGS=--tcl -html-tk: EXTRA_HTML_ARGS=--tk +html: + $(BUILD_HTML) +html-tcl: + $(BUILD_HTML) --tcl +html-tk: + $(BUILD_HTML) --tk -html html-tcl html-tk: +BUILD_HTML = \ $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \ - --srcdir=$(TOP_DIR)/.. $(EXTRA_HTML_ARGS) + --srcdir=$(TOP_DIR)/.. # # Target to create a Macintosh version of the distribution. This will -- cgit v0.12