This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] update: gnugo-3.4


On Tue, 2 Sep 2003, Teun Burgers wrote:

> Krzysztof Duleba wrote:
>
> > OK, but what's new in this release? I haven't found any NEWS file in the
> > package.
>
> Indeed there isn't one in the binary distribution, though there is a
> NEWS file in the source tarball.
>
> I propose the following patch to generic-build-script.sh such that
> the NEWS file is included in de binary distribution.
>
> Teun

Yup.  Make that

--- generic-build-script.sh     2003-08-30 22:10:10.000000000 +0200
+++ new.sh      2003-08-30 22:12:28.000000000 +0200
@@ -112,7 +112,7 @@
   templist=""; \
   for f in ${srcdir}/ANNOUNCE ${srcdir}/CHANGES ${srcdir}/INSTALL \
            ${srcdir}/KNOWNBUG ${srcdir}/LICENSE ${srcdir}/README \
-           ${srcdir}/TODO ${srcdir}/COPYING ; do \
+           ${srcdir}/TODO ${srcdir}/COPYING ${srcdir}/NEWS \
+           ${srcdir}/CREDITS; do \
     if [ -f $f ] ; then \
       templist="$templist $f"; \
     fi ; \


-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]