summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2014-05-16 21:33:41 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2014-05-16 21:33:41 (GMT)
commit3afefe3d81673a4438727323510cfbfa57626e1a (patch)
tree62bdf25a5c12133f9d263978ddcf4c33266f6283 /win/Makefile.in
parent4715d60689ee4609a21c4cc3d1bdbdd117097d3c (diff)
downloadtcl-3afefe3d81673a4438727323510cfbfa57626e1a.zip
tcl-3afefe3d81673a4438727323510cfbfa57626e1a.tar.gz
tcl-3afefe3d81673a4438727323510cfbfa57626e1a.tar.bz2
Let the generated Makefile be emacs-friendly by avoiding spurious empty lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index fd80010..67cf66a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -850,8 +850,10 @@ TOOL_DIR=$(ROOT_DIR)/tools
HTML_INSTALL_DIR=$(ROOT_DIR)/html
html:
$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS)"
+
html-tcl: $(TCLSH)
$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS) --tcl"
+
html-tk: $(TCLSH)
$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS) --tk"