summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-11 15:29:37 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-11 15:29:37 +0100
commit47b9b72c83dec03d5808979587e7caa7b872e3f3 (patch)
treeb55ffc5bc18f622798643f0480992b2810282630 /Makefile
parentdca84e90c91c79edc6bce8df1adf5c06e4eb3663 (diff)
downloadluatexbase-47b9b72c83dec03d5808979587e7caa7b872e3f3.tar.gz
latexmk -pdf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b854b0..65ac523 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ TDS_ZIP = $(NAME).tds.zip
ZIPS = $(CTAN_ZIP) $(TDS_ZIP)
DO_TEX = tex --interaction=batchmode $< >/dev/null
-DO_LATEXMK = latexmk -silent $< >/dev/null
+DO_LATEXMK = latexmk -pdf -silent $< >/dev/null
# Main targets definition
all: $(GENERATED)