summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-06-13 17:01:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-06-13 17:01:00 (GMT)
commit0656b69156434b4e6790d17936e78be5baa24219 (patch)
tree7a5f3f4c8a5f24d0ba4b23d77ad795f936d1e081
parent32c4e7f6887541732c84cb4d39caebb017306c8e (diff)
downloadtcl-0656b69156434b4e6790d17936e78be5baa24219.zip
tcl-0656b69156434b4e6790d17936e78be5baa24219.tar.gz
tcl-0656b69156434b4e6790d17936e78be5baa24219.tar.bz2
Change the arguments of the `make html` target to take the right default
actions for producing a Tcl/Tk release.
-rw-r--r--unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 79dad02..b405348 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2388,8 +2388,9 @@ html-tk: ${NATIVE_TCLSH}
BUILD_HTML = \
@${NATIVE_TCLSH} $(TOOL_DIR)/tcltk-man2html.tcl \
- --tcl --useversion=$(MAJOR_VERSION).$(MINOR_VERSION) --htmldir="$(HTML_INSTALL_DIR)" \
- --srcdir=$(TOP_DIR) $(BUILD_HTML_FLAGS)
+ --useversion=$(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) \
+ --htmldir="$(HTML_INSTALL_DIR)" \
+ --srcdir=$(TOP_DIR)/.. $(BUILD_HTML_FLAGS)
#--------------------------------------------------------------------------
# The list of all the targets that do not correspond to real files. This stops