Package: puredata / 0.46.2-1

fix_metro-help_Makefile.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: add metro-help.pd to Makefile.am
 Upstream has renamed the help-patch for metro from "metro.pd"
 to "metro-help.pd" but forgotten to reflect this change in the build-system.
Author: Miller Puckette
Origin: upstream
Reviewed-by: IOhannes m zmölnig
Last-Update: 2014-10-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- puredata.orig/Makefile.am
+++ puredata/Makefile.am
@@ -343,7 +343,7 @@
 	doc/5.reference/makenote-help.pd \
 	doc/5.reference/math-help.pd \
 	doc/5.reference/message-help.pd \
-	doc/5.reference/metro.pd \
+	doc/5.reference/metro-help.pd \
 	doc/5.reference/midi-help.pd \
 	doc/5.reference/moses-help.pd \
 	doc/5.reference/my_canvas-help.pd \