Skip to content

Commit

Permalink
* Makefile.in: Revised the make dist target so that the
Browse files Browse the repository at this point in the history
        * win/README.txt:       files under thread/win/vc in CVS are copied to
        * win/vc/makefile.vc:   thread/win in the release, where tcl/pkgs/
        * win/vc/thread_win.dsp:        expects to find them.

        * configure:    autoconf-2.59
  • Loading branch information
dgp committed Nov 18, 2010
1 parent 2fda0af commit 83b77c2
Show file tree
Hide file tree
Showing 6 changed files with 3,340 additions and 3,799 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2010-11-18 Don Porter <[email protected]>

* Makefile.in: Revised the `make dist` target so that the
* win/README.txt: files under thread/win/vc in CVS are copied to
* win/vc/makefile.vc: thread/win in the release, where tcl/pkgs/
* win/vc/thread_win.dsp: expects to find them.

* configure: autoconf-2.59

2010-10-04 Zoran Vasiljevic <[email protected]>

* generic/configure Regenrated for TEA 3.9. Bumped version string
Expand Down
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ dist: dist-clean
cp $(srcdir)/win/README.txt $(srcdir)/win/CONFIG $(srcdir)/win/thread.rc \
$(srcdir)/win/threadWin.c $(DIST_DIR)/win/

mkdir $(DIST_DIR)/win/vc
cp $(srcdir)/win/vc/README.txt $(srcdir)/win/vc/makefile.vc \
cp $(srcdir)/win/vc/makefile.vc \
$(srcdir)/win/vc/nmakehlp.c $(srcdir)/win/vc/pkg.vc \
$(srcdir)/win/vc/rules.vc $(srcdir)/win/vc/thread_win.dsw \
$(srcdir)/win/vc/thread_win.dsp $(DIST_DIR)/win/vc/
$(srcdir)/win/vc/thread_win.dsp $(DIST_DIR)/win/
cp $(srcdir)/win/vc/README.txt $(DIST_DIR)/win/README.vc.txt

mkdir $(DIST_DIR)/tcl
cp $(srcdir)/tcl/README $(DIST_DIR)/tcl/
Expand Down
Loading

0 comments on commit 83b77c2

Please sign in to comment.