mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
added shortcuts for Kite
as per suggestion from NuPogodi: http://www.mobileread.com/forums/showpost.php?p=2090800&postcount=465
This commit is contained in:
7
Makefile
7
Makefile
@@ -202,11 +202,6 @@ thirdparty: $(MUPDFLIBS) $(THIRDPARTYLIBS) $(LUALIB) $(DJVULIBS) $(CRENGINELIBS)
|
||||
|
||||
INSTALL_DIR=kindlepdfviewer
|
||||
|
||||
install:
|
||||
# install to kindle using USB networking
|
||||
scp kpdfview *.lua root@192.168.2.2:/mnt/us/$(INSTALL_DIR)/
|
||||
scp launchpad/* root@192.168.2.2:/mnt/us/launchpad/
|
||||
|
||||
VERSION?=$(shell git rev-parse --short HEAD)
|
||||
customupdate: all
|
||||
# ensure that build binary is for ARM
|
||||
@@ -221,6 +216,6 @@ customupdate: all
|
||||
cp -rpL fonts $(INSTALL_DIR)
|
||||
cp -r resources $(INSTALL_DIR)
|
||||
mkdir $(INSTALL_DIR)/fonts/host
|
||||
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/
|
||||
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ kite/
|
||||
rm -Rf $(INSTALL_DIR)
|
||||
@echo "copy kindlepdfviewer-$(VERSION).zip to /mnt/us/customupdates and install with shift+shift+I"
|
||||
|
||||
3
kite/KPDFviewer (last file)
Executable file
3
kite/KPDFviewer (last file)
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/mnt/us/launchpad/kpdf.sh
|
||||
3
kite/KPDFviewer File Manager
Executable file
3
kite/KPDFviewer File Manager
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/mnt/us/launchpad/kpdf.sh /mnt/us/documents
|
||||
Reference in New Issue
Block a user