mirror of
https://github.com/fsr/nopanic
synced 2025-01-19 08:21:41 +01:00
6 lines
142 B
Makefile
6 lines
142 B
Makefile
|
default:; pandoc manual.tex \
|
||
|
--toc --pdf-engine=lualatex \
|
||
|
--metadata-file=meta.yaml \
|
||
|
--epub-cover-image=img/Vorne.jpg \
|
||
|
-o manual.epub
|