diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-12-03 23:19:47 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-12-03 23:19:47 +0100 |
commit | c9a31cc9878259e5a800f530adf81f9dd2744ee8 (patch) | |
tree | 9a70801ab5e1f15b20f7a5736179dc181dd14855 /lib/generate/ebook/index.js | |
parent | f03c316274ca6b0bcf80eaf861af676921b47063 (diff) | |
download | gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.zip gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.tar.gz gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.tar.bz2 |
Add option isbn for books
Diffstat (limited to 'lib/generate/ebook/index.js')
-rw-r--r-- | lib/generate/ebook/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/generate/ebook/index.js b/lib/generate/ebook/index.js index bc39e15..4ecccec 100644 --- a/lib/generate/ebook/index.js +++ b/lib/generate/ebook/index.js @@ -30,6 +30,7 @@ Generator.prototype.finish = function() { "--cover": that.options.cover, "--title": that.options.title, "--comments": that.options.description, + "--isbn": that.options.isbn, "--authors": that.options.author, "--publisher": "GitBook", "--chapter": "descendant-or-self::*[contains(concat(' ', normalize-space(@class), ' '), ' book-chapter ')]", |