We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a388e8 commit 5b94cb3Copy full SHA for 5b94cb3
Makefile
@@ -1,4 +1,4 @@
1
-all: pdf epub mobi
+all: pdf epub
2
3
_build:
4
mkdir -p _build
@@ -8,7 +8,4 @@ pdf: _build
8
cd tex && pdflatex -interaction=nonstopmode -halt-on-error -output-directory ../_build document.tex
9
10
epub: _build
11
- cd tex && pandoc document.tex -o ../_build/document.epub -M date="`date "+%e %B %Y"`"
12
-
13
-mobi: _build
14
- cd tex && pandoc document.tex -o ../_build/document.mobi -M date="`date "+%e %B %Y"`"
+ cd tex && pandoc document.tex -o ../_build/document.epub -M date="`date "+%e %B %Y"`"
0 commit comments