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


Krzysztof Dulêba 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

--- 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; do \
     if [ -f $f ] ; then \
       templist="$templist $f"; \
     fi ; \


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