diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-12-10 23:23:50 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-12-10 23:23:50 (GMT) |
| commit | e961382481dec7d294115d11d42efe59c70043ad (patch) | |
| tree | 70bc77c19aa47bec62ef9cece09fb045d647b65e /unix | |
| parent | be667ee1d6933d572146c4bbf9ddfb07d0353242 (diff) | |
| download | tcl-e961382481dec7d294115d11d42efe59c70043ad.zip tcl-e961382481dec7d294115d11d42efe59c70043ad.tar.gz tcl-e961382481dec7d294115d11d42efe59c70043ad.tar.bz2 | |
Improve the generation of HTML documentation in 8.6, allowing for contributed
packages whose non-version name parts are prefixes of others. Also ensure that
documentation builds are complete after distribution, and that we generate a
better error message when using the wrong tclsh version to do the build.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index df05759..680d4ce 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2019,7 +2019,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h \ $(DISTDIR)/libtommath mkdir $(DISTDIR)/pkgs - cp $(TOP_DIR)/pkgs/README $(DISTDIR)/pkgs + cp $(TOP_DIR)/pkgs/README $(TOP_DIR)/pkgs/package.list.txt \ + $(DISTDIR)/pkgs for i in `ls $(DISTROOT)/pkgs/*.tar.gz 2> /dev/null`; do \ tar -C $(DISTDIR)/pkgs -xzf "$$i"; \ done |
