diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-19 23:37:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-19 23:37:07 (GMT) |
commit | 55076a6af2828fbde128302729c1878a573412a7 (patch) | |
tree | 39cc01d9a8227979c13381cad0ca47157ebb2075 /unix | |
parent | ee4adbec91804f1019ce381319c4e336e450d03b (diff) | |
parent | ce199db516e7d83eb014a33579c727f4a7e68732 (diff) | |
download | tcl-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.in | 4 |
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 |