diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME=bcd -VERSION=3.6 +VERSION=3.7 PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) ALL= @@ -7,7 +7,7 @@ PM=Bcd.pm Common.pm Genisoimage.pm Isolinux.pm Media.pm Stagex.pm Resign.pm POD=${name}.pod all: man tex - #pdf + pdf clean: rm -rf *~ |