diff options
author | Anne Nicolas <ennael@mageia.org> | 2012-06-05 09:58:23 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2012-06-05 09:58:23 +0000 |
commit | 131ee037fda99cc7efc2f8ae0e0f4495914c4087 (patch) | |
tree | 5ebe0da00676b9264b5ab30c5e40b92a46eb1574 | |
parent | 98eb3d1c05183be5abfc7bda76b34ebf340401d2 (diff) | |
download | bcd-131ee037fda99cc7efc2f8ae0e0f4495914c4087.tar bcd-131ee037fda99cc7efc2f8ae0e0f4495914c4087.tar.gz bcd-131ee037fda99cc7efc2f8ae0e0f4495914c4087.tar.bz2 bcd-131ee037fda99cc7efc2f8ae0e0f4495914c4087.tar.xz bcd-131ee037fda99cc7efc2f8ae0e0f4495914c4087.zip |
3.7
-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 *~ |