summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-18 10:44:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-18 10:44:08 (GMT)
commitce199db516e7d83eb014a33579c727f4a7e68732 (patch)
tree59e98b419b54316362e9c3d7c01de68f0adfdb4a
parentcd814a13ac289e61904bdda1aaec14904d222f57 (diff)
downloadtcl-ce199db516e7d83eb014a33579c727f4a7e68732.zip
tcl-ce199db516e7d83eb014a33579c727f4a7e68732.tar.gz
tcl-ce199db516e7d83eb014a33579c727f4a7e68732.tar.bz2
Hm. tcltk-man2html.tcl cannot handle $(PATCH_LEVEL). Don't bother for now.
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f194c82..9a6799c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2388,7 +2388,7 @@ html-tk: ${NATIVE_TCLSH}
BUILD_HTML = \
@${NATIVE_TCLSH} $(TOOL_DIR)/tcltk-man2html.tcl \
- --useversion=$(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) \
+ --useversion=$(MAJOR_VERSION).$(MINOR_VERSION) \
--htmldir="$(HTML_INSTALL_DIR)" \
--srcdir=$(TOP_DIR) $(BUILD_HTML_FLAGS)