r200@brr: dpavlin | 2007-11-12 21:56:04 +0100
[perl-cwmp.git] / lib / Module / Install / PRIVATE.pm
index 62929c7..fa466ca 100644 (file)
@@ -27,11 +27,11 @@ sub my_targets {
 
 dump: all
        rm dump/* || true
-       ./bin/acs.pl -d -d -d 2>&1 | tee log
+       ./bin/acs.pl -d -d -d --protocol-dump 2>&1 | tee log
 
 html: \$(MAN1PODS) \$(MAN3PODS)
        test -d html || mkdir html
-       allpod2xhtml.pl lib/ html/
+       allpod2xhtml.pl --frames="Perl CWMP server" lib/ html/
 
 END_MAKEFILE