diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2004-07-21 16:01:24 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2004-07-21 16:01:24 +0000 |
commit | 8c7a824a5b889989030bcaa0bec8e5a31dc2834d (patch) | |
tree | f29c31ff1bb37cd5eb2977b69ba2a6be309b7471 | |
parent | 0a63231a3fb538c117d2cb3d8caf4b4a52c565c2 (diff) |
fixed reference-path
svn path=/trunk/externals/zexy/; revision=1876
-rw-r--r-- | src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.in b/src/makefile.in index 972ec32..0f873eb 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -64,7 +64,7 @@ install-bin: install-doc: -install -d $(INSTALL_DOC) - -install -m 644 reference/*.pd $(INSTALL_DOC) + -install -m 644 ../examples/*.pd $(INSTALL_DOC) dist: all cleaner (cd ../..;tar czvf $(TARNAME) $(LIBNAME)) |