[SCM] mma/master: makeman: generate man files in current directory
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Thu Jan 5 06:48:29 UTC 2012
The following commit has been merged in the master branch:
commit 04d253b0bf48d99bfe3666dd17a3589a993ff236
Author: Joel Roth <joelz at pobox.com>
Date: Wed Jan 4 20:26:17 2012 -1000
makeman: generate man files in current directory
diff --git a/debian/makeman b/debian/makeman
index 5b87ef8..61cc24a 100755
--- a/debian/makeman
+++ b/debian/makeman
@@ -11,7 +11,6 @@ while ( my ($pod,$exec) = each %files ){
my $cmd = qq(pod2man -c " " -r " " --section=1 $pod $exec.1 --name=$exec);
say $cmd;
system $cmd;
- `mv $file ../mma/debian`;
}
--
mma packaging
More information about the pkg-multimedia-commits
mailing list