Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
refs/heads/hhoyos/iEvl
/
.
/
doc
/
org.eclipse.epsilon.book
/
Makefile
blob: 6a7a85e9ec2df6419cb6f67f97529e536d82c0b2 [
file
] [
log
] [
blame
]
# Note: install latexmk before using this Makefile!
JOB
=
EpsilonBook
.
PHONY
:
all clean
all
:
$
(
JOB
).
pdf
$
(
JOB
).
pdf
:
*.
tex
*/*.
tex
*.
bib
latexmk
-
pdf $
(
JOB
)
review
:
$
(
JOB
).
pdf
xdg
-
open $
(
JOB
).
pdf
latexmk
-
pvc
-
pdf $
(
JOB
)
clean
:
latexmk
-
C $
(
JOB
)