X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2FModule%2FInstall%2FPRIVATE.pm;h=021c05a666253bc495ae917891d153c6348d57c5;hb=ab3c8b6b75a3c7fb9ddc5a0c474fb1aa7269bc83;hp=32b2d08c2eeee9ff8680b1092fbb6e141bfe120c;hpb=19c2f2b0b70c669c20f08a69cd4bad71f80c53b2;p=perl-cwmp.git diff --git a/lib/Module/Install/PRIVATE.pm b/lib/Module/Install/PRIVATE.pm index 32b2d08..021c05a 100644 --- a/lib/Module/Install/PRIVATE.pm +++ b/lib/Module/Install/PRIVATE.pm @@ -15,7 +15,7 @@ Module::Install::PRIVATE - Module Install Support =head1 DESCRIPTION -=head2 html_target +=head2 my_targets =cut @@ -27,15 +27,16 @@ sub my_targets { dump: all rm dump/* || true - ./bin/acs.pl -d -d -d 2>&1 | tee log + rm -Rf queue/ || true + ./bin/acs.pl -d -d -d -d 2>&1 | tee log html: \$(MAN1PODS) \$(MAN3PODS) test -d html || mkdir html - allpod2xhtml.pl lib/ html/ + ./scripts/allpod2xhtml.pl --frames="Perl CWMP server" lib/ html/ END_MAKEFILE - warn "added my targets: dump\n"; + warn "added my targets: dump, html\n"; return $self; }