| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Injected-Via-Gmane: | http://gmane.org/ |
| To: | cygwin AT cygwin DOT com |
| From: | Teun Burgers <a DOT rburgers AT quicknet DOT nl> |
| Subject: | Re: [ANNOUNCEMENT] update: gnugo-3.4 |
| Date: | Tue, 02 Sep 2003 22:45:28 +0200 |
| Lines: | 24 |
| Message-ID: | <3F550168.D64407@quicknet.nl> |
| References: | <20030829192440 DOT 1A33632A822 AT redhat DOT com> <bioacu$m68$1 AT sea DOT gmane DOT org> |
| Mime-Version: | 1.0 |
| X-Complaints-To: | usenet AT sea DOT gmane DOT org |
| Cc: | Krzysztof =?iso-8859-1?Q?Dul=EAba?= <krzysan AT skrzynka DOT pl> |
| X-Accept-Language: | en |
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 ; \
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |