mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
a456d99cfe
commit
49cfa5a3b2
@ -150,7 +150,7 @@ def process_file(path, options, logger=None):
|
|||||||
|
|
||||||
def option_parser(gui_mode=False):
|
def option_parser(gui_mode=False):
|
||||||
return _option_parser(usage='''\
|
return _option_parser(usage='''\
|
||||||
any2lrf myfile
|
any2lrf [options] myfile
|
||||||
|
|
||||||
Convert any ebook format into LRF. Supported formats are:
|
Convert any ebook format into LRF. Supported formats are:
|
||||||
LIT, RTF, TXT, HTML, EPUB, MOBI, PRC and PDF. any2lrf will also process a RAR or
|
LIT, RTF, TXT, HTML, EPUB, MOBI, PRC and PDF. any2lrf will also process a RAR or
|
||||||
|
@ -118,7 +118,7 @@ def upload_user_manual():
|
|||||||
try:
|
try:
|
||||||
check_call('make clean html')
|
check_call('make clean html')
|
||||||
check_call('ssh castalia rm -rf %s/\\*'%USER_MANUAL)
|
check_call('ssh castalia rm -rf %s/\\*'%USER_MANUAL)
|
||||||
check_call('scp -r .build/* castalia:%s'%USER_MANUAL)
|
check_call('scp -r .build/html/* castalia:%s'%USER_MANUAL)
|
||||||
finally:
|
finally:
|
||||||
os.chdir(cwd)
|
os.chdir(cwd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user