From 138cddf3d656137abbfbfed8b51aea1e1ac3241f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Mon, 13 Oct 2014 15:23:00 +0200 Subject: [PATCH] Ste GitBook as publisher --- lib/generate/ebook/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/generate/ebook/index.js b/lib/generate/ebook/index.js index fa4201932..0acbbc69f 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": "/",