Skip to content

Commit

Permalink
fix(rules): Don't try to build Play Books without ISBNs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 20, 2021
1 parent cce4f4d commit 215dcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MOCKUPFACTOR ?= 1
FIGURES ?=

# Default output formats and parameters (often overridden)
FORMATS ?= pdfs epub mobi odt docx web play app
FORMATS ?= pdfs epub mobi odt docx web $(and $(ISBNS),play) app
BLEED ?= 3
TRIM ?= 10
NOBLEED ?= 0
Expand Down

0 comments on commit 215dcf1

Please sign in to comment.