diff options
author | hobbs <hobbs> | 1999-12-21 23:59:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-21 23:59:49 (GMT) |
commit | a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e (patch) | |
tree | 60628df6d3c03bdd25e34c93e39b4d3606a90a0e /unix/Makefile.in | |
parent | 671c6e58fccb3a31aaaa79897e8c664ffb21fe82 (diff) | |
download | tcl-a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e.zip tcl-a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e.tar.gz tcl-a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e.tar.bz2 |
* unix/Makefile.in: added -srcdir=... for 'make html'
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 97a9d16..26d91dd 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.50 1999/12/08 03:50:22 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.51 1999/12/21 23:59:49 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -460,7 +460,7 @@ topDirName: gendate: yacc -l $(GENERIC_DIR)/tclGetDate.y sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \ - -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.50 1999/12/08 03:50:22 hobbs Exp $$?' \ + -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.51 1999/12/21 23:59:49 hobbs Exp $$?' \ -e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \ -e '/TclDatenewstate:/d' -e '/#pragma/d' \ -e '/#include <inttypes.h>/d' -e 's/const /CONST /g' \ @@ -1164,14 +1164,15 @@ allpatch: dist # # This target creates the HTML folder for Tcl & Tk and places it -# in DISTDIR/html. It uses the tcl8.1-tk8.1-man-html.tcl tool from +# in DISTDIR/html. It uses the tcltk-man2html.tcl tool from # the Tcl group's tool workspace. It depends on the Tcl & Tk being -# in directories called tcl8.2 & tk8.2 up two directories from the +# in directories called tcl8.3 & tk8.3 up two directories from the # TOOL_DIR. # html: - tclsh $(TOOL_DIR)/tcl8.1-tk8.1-man-html.tcl --htmldir=$(DISTDIR)/html + tclsh $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \ + --srcdir=$(TOP_DIR)/.. # # Target to create a Macintosh version of the distribution. This will |