diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-18 10:15:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-18 10:15:01 (GMT) |
commit | cd814a13ac289e61904bdda1aaec14904d222f57 (patch) | |
tree | b3c876c7ca4a0845b42759f9eef843b4e2b65e8c | |
parent | a6a453f3b858089f9ffab17a781a8098f2ad7747 (diff) | |
download | tcl-cd814a13ac289e61904bdda1aaec14904d222f57.zip tcl-cd814a13ac289e61904bdda1aaec14904d222f57.tar.gz tcl-cd814a13ac289e61904bdda1aaec14904d222f57.tar.bz2 |
Fix "make html-tcl" target, broken by this commit: [b70eeebb0d196bb2] (in core-8-7-a5-rc branch only)
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b405348..f194c82 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2390,7 +2390,7 @@ BUILD_HTML = \ @${NATIVE_TCLSH} $(TOOL_DIR)/tcltk-man2html.tcl \ --useversion=$(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) \ --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 |