diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |