#!/usr/bin/perl -w
#
# Init script for mondo with Project-Builder
#
use ProjectBuilder::Base qw (pb_cms_export);

# Export documentation to generate what is needed

my $cms = pb_cms_init($ENV{'PBPROJ'},undef);

pb_cms_export($cms,undef,"$ENV{'PBROOT'}/mondo-doc/mindi.8",".");
# should call filter_file here
