diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |