diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-13 17:01:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-13 17:01:00 (GMT) |
commit | 1dfd77778eb0806b0194266a1fb2813599449e3a (patch) | |
tree | 7a5f3f4c8a5f24d0ba4b23d77ad795f936d1e081 /unix | |
parent | 4b9ec1f4aa938485d522875fc5026e2b4969c844 (diff) | |
download | tcl-1dfd77778eb0806b0194266a1fb2813599449e3a.zip tcl-1dfd77778eb0806b0194266a1fb2813599449e3a.tar.gz tcl-1dfd77778eb0806b0194266a1fb2813599449e3a.tar.bz2 |
Change the arguments of the `make html` target to take the right default
actions for producing a Tcl/Tk release.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
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 |