From 6b59f4325d1b6c81e11cbae6f438cdfb514a89d1 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 18 Oct 2006 17:49:19 +0000 Subject: Added PD help files --- examples/puredata/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/puredata/Makefile.am') diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index 97bad90..dda94f4 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -27,7 +27,9 @@ AM_LDFLAGS = @PD_LDFLAGS@ -lxtract -L$(top_builddir)/src/ ## Install the documentation. install: - -mv $(top_builddir)/examples/puredata/.libs/xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@ + install -m 644 $(top_builddir)/examples/puredata/.libs/xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@ + install -d $(pddir)/doc/5.reference/xtract + cp xtract/* $(PDDIR)/doc/5.reference/xtract #pdinstallref_DATA = \ # help/aubioonset-help.pd \ -- cgit v1.2.3