diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-02 18:17:02 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-02 18:17:02 +0200 |
commit | 2515c1dd73911e238b6aa1a513fcfcf5f91e3082 (patch) | |
tree | dbd53c1cf5e849c48fe04d47419c3bfddf824c41 | |
parent | 7dfcd102dd74ea58896a601b4c4322c3474e9767 (diff) | |
download | gitbook-2515c1dd73911e238b6aa1a513fcfcf5f91e3082.zip gitbook-2515c1dd73911e238b6aa1a513fcfcf5f91e3082.tar.gz gitbook-2515c1dd73911e238b6aa1a513fcfcf5f91e3082.tar.bz2 |
Remove useless command "gitbook ebook"
-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) { |