aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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)