Merge branch 'djvu-highlight' into epub

This commit is contained in:
Qingping Hou
2012-03-29 17:54:48 +08:00
10 changed files with 1091 additions and 65 deletions

View File

@@ -150,6 +150,7 @@ if ARGV[optind] and lfs.attributes(ARGV[optind], "mode") == "directory" then
else
if file ~= nil then
running = openFile(file)
print(file)
else
running = false
end