summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-19 23:37:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-19 23:37:07 (GMT)
commit55076a6af2828fbde128302729c1878a573412a7 (patch)
tree39cc01d9a8227979c13381cad0ca47157ebb2075 /unix
parentee4adbec91804f1019ce381319c4e336e450d03b (diff)
parentce199db516e7d83eb014a33579c727f4a7e68732 (diff)
downloadtcl-55076a6af2828fbde128302729c1878a573412a7.zip
tcl-55076a6af2828fbde128302729c1878a573412a7.tar.gz
tcl-55076a6af2828fbde128302729c1878a573412a7.tar.bz2
Undo change in [b70eeebb0d196bb2]: It breaks the "make html" target in github actions. See also [1e10b17023]
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 8c96906..99b38a0 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2388,9 +2388,9 @@ 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)
+ --srcdir=$(TOP_DIR) $(BUILD_HTML_FLAGS)
#--------------------------------------------------------------------------
# The list of all the targets that do not correspond to real files. This stops