mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 02:53:29 +00:00
+2
-2
@@ -56,7 +56,7 @@ buildCommand(prog.command('pdf [source_dir]'))
|
||||
.action(function(dir, options) {
|
||||
build.file(dir, _.extend(options, {
|
||||
extension: "pdf",
|
||||
generator: "pdf"
|
||||
format: "pdf"
|
||||
}));
|
||||
});
|
||||
|
||||
@@ -68,7 +68,7 @@ buildCommand(prog.command('ebook [source_dir]'))
|
||||
|
||||
build.file(dir, _.extend(options, {
|
||||
extension: ext,
|
||||
generator: "ebook"
|
||||
format: "ebook"
|
||||
}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user