From f48526d84cb134512baa58d2cfef5d6754617cec Mon Sep 17 00:00:00 2001 From: HW Date: Fri, 9 Dec 2011 00:11:55 +0100 Subject: [PATCH] reworked install target a bit --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3892582c3..0b2e09b41 100644 --- a/Makefile +++ b/Makefile @@ -129,4 +129,6 @@ thirdparty: $(MUPDFLIBS) $(THIRDPARTYLIBS) $(LUALIBS) install: # install to kindle using USB networking - scp kpdfview reader.lua alt_getopt.lua keys.lua tilecache.lua root@192.168.2.2:/mnt/us/test/ + scp kpdfview *.lua root@192.168.2.2:/mnt/us/test/ + scp launchpad/* root@192.168.2.2:/mnt/us/launchpad/ +