From e015b61e539e83b18bfae650a5b30b07d3fbbe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 16 Mar 2007 12:20:42 +0000 Subject: better help-files; fixed "install" target svn path=/trunk/externals/iem/snmp/; revision=7495 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1