From b40c0662397733c2843c80eee5cce1cff388488b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 25 Aug 2007 21:32:04 +0000 Subject: Made "make install" in Makefile more complete - copies both newly compiled libraries, and helpfiles now svn path=/trunk/externals/input_noticer/; revision=8690 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 215b2a7..2c55997 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ clean: ; rm -f *.pd_linux *.o *~ # installs all compiled externals. # you'll want to change this to match where your externals live -install: ; sudo cp *.pd_linux /usr/local/lib/pd/extra +install: ; sudo cp *.pd_linux /usr/local/lib/pd/extra/ ; sudo cp *help.pd /usr/local/lib/pd/doc/5.reference/ # installs the input_noticer # you'll want to change this to match where your externals live -install_noticer: ; cp input_noticer.pd_linux /usr/local/lib/pd/extra ; cp input_noticer-help.pd /usr/local/lib/pd/doc/5.reference/ +install_noticer: ; sudo cp input_noticer.pd_linux /usr/local/lib/pd/extra ; sudo cp input_noticer-help.pd /usr/local/lib/pd/doc/5.reference/ # ----------------------- LINUX i386 ----------------------- -- cgit v1.2.1