From 4a3abfcad88ca94830583638d17b826546629464 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 5 Jun 2012 10:20:39 +0000 Subject: fix target for pdf --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b342385..6966184 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,7 @@ man: tex: cd doc && pod2latex ${NAME}.pod -pdf: - cd doc && latex2pdf howto_bcd.tex +pdf: cd doc && latex2pdf howto_bcd.tex tar: export tar cjf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) -- cgit v1.2.1