diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2014-05-16 21:33:41 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2014-05-16 21:33:41 (GMT) |
commit | e14f3688ed41e7bcae1a5448ba213d5d8d063ecf (patch) | |
tree | 62bdf25a5c12133f9d263978ddcf4c33266f6283 /win/Makefile.in | |
parent | 2c48da76fc7efc47bef33eff275ecfbf80ccd2a8 (diff) | |
download | tcl-e14f3688ed41e7bcae1a5448ba213d5d8d063ecf.zip tcl-e14f3688ed41e7bcae1a5448ba213d5d8d063ecf.tar.gz tcl-e14f3688ed41e7bcae1a5448ba213d5d8d063ecf.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.in | 2 |
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" |