expect.patch 726 B

123456789101112131415161718192021222324
  1. --- tcl8.4.4/unix/Makefile.in.dist 2003-07-22 10:32:06.000000000 +0200
  2. +++ tcl8.4.4/unix/Makefile.in 2003-07-22 10:33:10.000000000 +0200
  3. @@ -1343,12 +1343,15 @@
  4. # TOOL_DIR.
  5. #
  6. -html-tcl: EXTRA_HTML_ARGS=--tcl
  7. -html-tk: EXTRA_HTML_ARGS=--tk
  8. -
  9. -html html-tcl html-tk:
  10. +html:
  11. + $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
  12. + --srcdir=$(TOP_DIR)/..
  13. +html-tcl:
  14. + $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
  15. + --srcdir=$(TOP_DIR)/.. --tcl
  16. +html-tk:
  17. $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
  18. - --srcdir=$(TOP_DIR)/.. $(EXTRA_HTML_ARGS)
  19. + --srcdir=$(TOP_DIR)/.. --tk
  20. #
  21. # Target to create a Macintosh version of the distribution. This will