Hmm, trying to get my mailer to reply to list without replying to Iohannes too...
On Thu, Apr 21, 2016 at 08:21:09AM -0700, Miller Puckette wrote:
Thanks - I'm still trying to crawl through all the patches and bug reports (particularly on the Pd mailing list but also elsewhere) - this one is a no-brainer so I just went and applied it.
thanks Miller
On Thu, Apr 21, 2016 at 04:54:14PM +0200, IOhannes m zmölnig wrote:
hi miller,
it seems that the Pd-0.47 release is drawing nearer. great!
however,...
On 04/21/2016 04:34 PM, Pure Data Computer Music System Git repository wrote:
<div class="markdown_content"><p>Makefile.am gets new list of doc files</div>
By Miller Puckette on 04/21/2016 04:13 **View Changes**
this seems to have introduced a slight syntax error (a line-continuation "" followed by a non-continuing line)
the attached patch fixes this (by removing the stray backslash).
thanks
gfamrds IOhannes
From c5c54366be60c12dfa80d49b012d3fc36a8b6969 Mon Sep 17 00:00:00 2001 From: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu, 21 Apr 2016 16:50:44 +0200 Subject: [PATCH] fixed syntax-error in Makefile.am
Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index bc9c49d..1c664ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -476,5 +476,5 @@ nobase_dist_libpd_DATA =
doc/7.stuff/tools/testtone.pd
doc/sound/bell.aiff
doc/sound/voice2.wav \
doc/sound/voice.wav \
doc/sound/voice.wav
-- 2.8.0.rc3