aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-15 14:09:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-15 14:09:29 +0000
commitd1be58d6744ac7344fe27f468c843ad5a660da12 (patch)
tree83cb1240b30c760bba799a20d2e28c02c22f1550 /Makefile
parentea1a07e35ff233095ed72a5f23657394c8edce2d (diff)
help-files are not in ../doc/ but in ./
svn path=/trunk/externals/iem/amixer/; revision=3915
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1b34c47..bb55234 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ install-bin:
-install -m 644 $(LIBNAME).$(EXT) $(INSTALL_BIN)
install-doc:
- -install -d $(INSTALL_DOC)
- -install -m 644 ../doc/*.pd $(INSTALL_DOC)
+ -install -d $(INSTALL_BIN)
+ -install -m 644 *.pd $(INSTALL_BIN)
dist: distclean
(cd ..;tar czvf $(TARNAME) $(LIBNAME))