changed permission for xpod2man

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@793 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-03-17 13:40:20 +00:00
parent cd9d9eb42b
commit 37c9300e61

View File

@ -12,6 +12,7 @@ use strict;
use Pod::Man;
use Pod::Html;
my $poddir = 'pods';
my $mandir = 'share/man';
my $htmldir = 'share/doc';