fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add resources to epub
[librarian.git]
/
scripts
/
book2epub
diff --git
a/scripts/book2epub
b/scripts/book2epub
index
01ca79a
..
ff2c668
100755
(executable)
--- a/
scripts/book2epub
+++ b/
scripts/book2epub
@@
-15,7
+15,9
@@
class Book2Epub(Book2Anything):
transform_flags = [
Option('-w', '--working-copy', dest='working-copy',
action='store_true', default=False,
transform_flags = [
Option('-w', '--working-copy', dest='working-copy',
action='store_true', default=False,
- help='mark the output as a working copy')
+ help='mark the output as a working copy'),
+ Option('-R', '--resources', dest='resources', metavar='DIR',
+ help='a directory with additional resources'),
]
]