diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-16 12:20:42 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-16 12:20:42 +0000 |
commit | e015b61e539e83b18bfae650a5b30b07d3fbbe93 (patch) | |
tree | c9ae79235c8ea1e5d2029fbd3cdc685b7c9c5903 /Makefile | |
parent | 58c226dc7648fe411cc82a9558f456b8b98a7eec (diff) |
better help-files; fixed "install" target
svn path=/trunk/externals/iem/snmp/; revision=7495
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |