aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-16 12:20:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-16 12:20:42 +0000
commite015b61e539e83b18bfae650a5b30b07d3fbbe93 (patch)
treec9ae79235c8ea1e5d2029fbd3cdc685b7c9c5903 /Makefile
parent58c226dc7648fe411cc82a9558f456b8b98a7eec (diff)
better help-files; fixed "install" target
svn path=/trunk/externals/iem/snmp/; revision=7495
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1b7098..6423d77 100644
--- a/Makefile
+++ b/Makefile
@@ -77,8 +77,10 @@ install: install-bin install-doc
install-bin:
-install -d $(INSTALL_BIN)
- -install -m 644 $(LIBNAME).$(EXT) $(INSTALL_BIN)
+ -install -m 644 *.$(EXT) $(INSTALL_BIN)
install-doc:
+ -install -d $(INSTALL_DOC)
+ -install -m 644 *-help.pd $(INSTALL_DOC)
everything: clean all install distclean