diff options
author | ivan <ivan> | 2007-10-04 01:50:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-04 01:50:15 +0000 |
commit | 014dc68600675092484c47b73425944398403534 (patch) | |
tree | 452072522afdc43031e05a06eb7af2e250a4d751 | |
parent | c5d0f0fdc4dda57f794fedb4e857d17f00cabafa (diff) |
1.7 doc uploader goes in 1.7 location
-rwxr-xr-x | bin/pod2x | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 ) |