diff options
| author | pooryorick <com.digitalsmarties@pooryorick.com> | 2019-03-22 15:08:06 (GMT) |
|---|---|---|
| committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2019-03-22 15:08:06 (GMT) |
| commit | 69c460065e1b5e87041eec3fbdd2cc2ac2624318 (patch) | |
| tree | 8077c6aec3afc0606d978f6a69e7e53db9dd408b /unix | |
| parent | 079965ccb5930f5eb1bd42385dc74e53b9ab74d3 (diff) | |
| download | tcl-69c460065e1b5e87041eec3fbdd2cc2ac2624318.zip tcl-69c460065e1b5e87041eec3fbdd2cc2ac2624318.tar.gz tcl-69c460065e1b5e87041eec3fbdd2cc2ac2624318.tar.bz2 | |
lots of changes to the "info" page. Replace "command procedure" with "routine"
in Tcl.n.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e0a3164..b9268b9 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2295,13 +2295,10 @@ html-tk: ${NATIVE_TCLSH} $(BUILD_HTML) --tk @EXTRA_BUILD_HTML@ -# You'd better have these programs or you will have problems creating Makefile -# from Makefile.in in the first place... -HTML_VERSION = `basename $(TOP_DIR) | sed s/tcl//` BUILD_HTML = \ @${NATIVE_TCLSH} $(TOOL_DIR)/tcltk-man2html.tcl \ - --useversion=$(HTML_VERSION) --htmldir="$(HTML_INSTALL_DIR)" \ - --srcdir=$(TOP_DIR)/.. $(BUILD_HTML_FLAGS) + --tcl --useversion=$(MAJOR_VERSION).$(MINOR_VERSION) --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 |
