Skip to content

Commit

Permalink
Add fb2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
jollheef committed Aug 27, 2019
1 parent ad66a5c commit 75d3d1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
@@ -1,7 +1,15 @@
all: translators version time
all: pdf fb2

pdf: metadata
rubber -m xelatex faif-2.0.tex
cp faif-2.0.pdf faif-2.0-$(shell git describe --abbrev=0 --tags).pdf

fb2: metadata
pandoc -t fb2 faif-2.0.tex > faif-2.0.fb2
cp faif-2.0.fb2 faif-2.0-$(shell git describe --abbrev=0 --tags).fb2

metadata: translators version time

open: all
xdg-open faif-2.0.pdf

Expand Down

0 comments on commit 75d3d1c

Please sign in to comment.