Skip to content

Commit 5b94cb3

Browse files
committed
Revert "Génération du .mobi"
This reverts commit 7a388e8.
1 parent 7a388e8 commit 5b94cb3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: pdf epub mobi
1+
all: pdf epub
22

33
_build:
44
mkdir -p _build
@@ -8,7 +8,4 @@ pdf: _build
88
cd tex && pdflatex -interaction=nonstopmode -halt-on-error -output-directory ../_build document.tex
99

1010
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"`"
11+
cd tex && pandoc document.tex -o ../_build/document.epub -M date="`date "+%e %B %Y"`"

0 commit comments

Comments
 (0)