diff options
| author | dgp <dgp@users.sourceforge.net> | 2019-11-06 14:07:15 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2019-11-06 14:07:15 (GMT) |
| commit | 1e151782fccce0a790bdafce838f53a2409a81f5 (patch) | |
| tree | 042d20f64cdce651527f5ac40797f57c18b02aa4 | |
| parent | 0bddea7ffe81b29035b6856efda14eda7d508d66 (diff) | |
| download | tcl-1e151782fccce0a790bdafce838f53a2409a81f5.zip tcl-1e151782fccce0a790bdafce838f53a2409a81f5.tar.gz tcl-1e151782fccce0a790bdafce838f53a2409a81f5.tar.bz2 | |
Add tcl/library/manifest.txt to the distribution produced by `make dist`
| -rw-r--r-- | unix/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 00cd2c9..b26faf9 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2246,6 +2246,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in \ $(DISTDIR) @mkdir $(DISTDIR)/library cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \ + $(TOP_DIR)/library/manifest.txt \ $(TOP_DIR)/library/tclIndex $(DISTDIR)/library @for i in $(BUILTIN_PACKAGE_LIST); do \ mkdir $(DISTDIR)/library/$$i;\ |
