diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-10-13 15:23:00 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-10-13 15:23:00 +0200 |
commit | 138cddf3d656137abbfbfed8b51aea1e1ac3241f (patch) | |
tree | 06f40410aaae1143b643e9e254f097156c434b8b /lib/generate/ebook/index.js | |
parent | 78e25f8252a2eaa91bbd6a6bd0377e11aa629a10 (diff) | |
download | gitbook-138cddf3d656137abbfbfed8b51aea1e1ac3241f.zip gitbook-138cddf3d656137abbfbfed8b51aea1e1ac3241f.tar.gz gitbook-138cddf3d656137abbfbfed8b51aea1e1ac3241f.tar.bz2 |
Ste GitBook as publisher
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 fa42019..0acbbc6 100644 --- a/lib/generate/ebook/index.js +++ b/lib/generate/ebook/index.js @@ -31,6 +31,7 @@ Generator.prototype.finish = function() { "--title": that.options.title, "--comments": that.options.description, "--authors": that.options.author, + "--publisher": "GitBook", "--chapter": "descendant-or-self::*[contains(concat(' ', normalize-space(@class), ' '), ' book-chapter ')]", "--chapter-mark": "pagebreak", "--page-breaks-before": "/", |