diff options
Diffstat (limited to 'lib')
-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": "/", |