From d01b09eda207f22e2419551efb837dc3e9062397 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 02:22:43 +0000 Subject: [PATCH] fix FS::SelfService::XMLRPC pod generation --- bin/pod2x | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pod2x b/bin/pod2x index c3e1b22ec..c145d90f3 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -32,6 +32,7 @@ foreach my $dir ( map "$html/$_", qw( bin FS FS/UI FS/part_export FS/part_pkg FS/ClientAPI FS/Cron FS/Misc FS/Report FS/Report/Table FS/TicketSystem FS/UI + FS/SelfService ) ) { -d $dir or mkdir $dir; -- 2.20.1