diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2008-01-18 08:48:33 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2008-01-18 08:48:33 +0000 |
commit | 99abaa687d4dcab89d1a295dbd909c60c7114f7d (patch) | |
tree | 818c1df581d467ff71503e368958b3950f4ea4d4 /dssi/makefile | |
parent | 7359262b46ac64d36dd7aefcd53e5a5e332281b4 (diff) |
Fixed hard-coded paths after eighthave changed the name of the help file!
svn path=/trunk/externals/postlude/; revision=9148
Diffstat (limited to 'dssi/makefile')
-rwxr-xr-x | dssi/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dssi/makefile b/dssi/makefile index b7c6a35..498eb5f 100755 --- a/dssi/makefile +++ b/dssi/makefile @@ -59,5 +59,5 @@ clean: install: cp dssi~.pd_linux $(INSTALLPATH) install -d $(PDDIR)/doc/5.reference/dssi/ - install -m 644 doc/help-* $(PDDIR)/doc/5.reference/ + install -m 644 doc/*-help* $(PDDIR)/doc/5.reference/ install -m 644 doc/output~.pd $(PDDIR)/doc/5.reference/dssi/ |