diff options
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js index 208d2ea..b868925 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -80,14 +80,6 @@ build.command(prog.command('serve [source_dir]')) generate(); }); -build.commandEbook(prog.command('ebook [source_dir]')) -.description('Build a gitbook as a eBook (format detected according to the extension)') -.action(function(dir, options) { - build.file(dir, _.extend(options, { - format: "ebook" - })); -}); - build.commandEbook(prog.command('pdf [source_dir]')) .description('Build a gitbook as a PDF') .action(function(dir, options) { |