mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Switch the user manual to use the Sphinx documentation framework
This commit is contained in:
parent
a61d136d61
commit
a456d99cfe
3
Makefile
3
Makefile
@ -17,4 +17,5 @@ translations :
|
|||||||
resources:
|
resources:
|
||||||
${PYTHON} resources.py
|
${PYTHON} resources.py
|
||||||
|
|
||||||
|
manual:
|
||||||
|
make -C src/libprs500/manual clean html
|
||||||
|
@ -116,9 +116,9 @@ def upload_user_manual():
|
|||||||
cwd = os.getcwdu()
|
cwd = os.getcwdu()
|
||||||
os.chdir('src/libprs500/manual')
|
os.chdir('src/libprs500/manual')
|
||||||
try:
|
try:
|
||||||
check_call('python make.py --validate')
|
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/* castalia:%s'%USER_MANUAL)
|
||||||
finally:
|
finally:
|
||||||
os.chdir(cwd)
|
os.chdir(cwd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user