From fed828197234fb7bc25abf22bf8cd6c0af9d50f6 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 5 Jun 2012 12:22:12 +0000 Subject: really fix Makefile (thanks rtp) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6966184..3bb87f4 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,7 @@ ALL= PM=Bcd.pm Common.pm Genisoimage.pm Isolinux.pm Media.pm Stagex.pm Resign.pm POD=${name}.pod -all: man tex - pdf +all: man tex pdf clean: rm -rf *~ @@ -41,7 +40,8 @@ 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