From: ivan Date: Thu, 4 Oct 2007 01:50:15 +0000 (+0000) Subject: 1.7 doc uploader goes in 1.7 location X-Git-Tag: freeside_1_7_3rc1~315 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=014dc68600675092484c47b73425944398403534;p=freeside.git 1.7 doc uploader goes in 1.7 location --- diff --git a/bin/pod2x b/bin/pod2x index 4a3e800d8..5327435a2 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -25,13 +25,11 @@ my $mw_username = 'ivan'; chomp( my $mw_password = `cat .mw-password` ); my $site_perl = "./FS"; -#my $html = "Freeside:1.7:Documentation:Developer"; -my $html = "Freeside:1.9:Documentation:Developer"; +my $html = "Freeside:1.7:Documentation:Developer"; foreach my $dir ( $html, map "$html/$_", qw( bin FS FS/UI FS/part_export FS/part_pkg - FS/part_event FS/part_event/Condition FS/part_event/Action FS/ClientAPI FS/Cron FS/Misc FS/Report FS/Report/Table FS/TicketSystem FS/UI )