| 123456789101112131415161718192021222324 |
- --- tcl8.4.4/unix/Makefile.in.dist 2003-07-22 10:32:06.000000000 +0200
- +++ tcl8.4.4/unix/Makefile.in 2003-07-22 10:33:10.000000000 +0200
- @@ -1343,12 +1343,15 @@
- # TOOL_DIR.
- #
-
- -html-tcl: EXTRA_HTML_ARGS=--tcl
- -html-tk: EXTRA_HTML_ARGS=--tk
- -
- -html html-tcl html-tk:
- +html:
- + $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
- + --srcdir=$(TOP_DIR)/..
- +html-tcl:
- + $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
- + --srcdir=$(TOP_DIR)/.. --tcl
- +html-tk:
- $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
- - --srcdir=$(TOP_DIR)/.. $(EXTRA_HTML_ARGS)
- + --srcdir=$(TOP_DIR)/.. --tk
-
- #
- # Target to create a Macintosh version of the distribution. This will
|