diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-29 23:06:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-29 23:06:04 +0000 |
commit | f1a933e7aa525e69f6a348d7ba07f0bc2be97750 (patch) | |
tree | 6e7a4d3884ec16dbe3bbf5b6f29dfca017d94a19 /reference | |
parent | f85f531d05a0b92b86653513959e5e67d91ea4fc (diff) |
commented out dist_zexy_DATA section with non-existant help files for aliases so that we have a build for tonight
svn path=/trunk/externals/zexy/; revision=15419
Diffstat (limited to 'reference')
-rw-r--r-- | reference/Makefile.am | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/reference/Makefile.am b/reference/Makefile.am index 3616fc5..054702f 100644 --- a/reference/Makefile.am +++ b/reference/Makefile.am @@ -4,7 +4,7 @@ SUFFIXES = .pd zexydir=$(pkglibdir) -dist_zexy_DATA= \ +dist_zexy_DATA = \ a2l-help.pd \ atoi-help.pd \ avg~-help.pd \ @@ -79,15 +79,15 @@ dist_zexy_DATA= \ z~-help.pd \ zigbinops-help.pd -dist_zexy_DATA+= \ - unfold-help.pd \ - mux-help.pd \ - demux~-help.pd \ - l2i-help.pd \ - l2s-help.pd \ - any2list-help.pd \ - lp-help.pd \ - demux-help.pd \ - l-help.pd \ - mux~-help.pd \ - s2l-help.pd +# dist_zexy_DATA += \ +# unfold-help.pd \ +# mux-help.pd \ +# demux~-help.pd \ +# l2i-help.pd \ +# l2s-help.pd \ +# any2list-help.pd \ +# lp-help.pd \ +# demux-help.pd \ +# l-help.pd \ +# mux~-help.pd \ +# s2l-help.pd |