added html target using http://svn.rot13.org/index.cgi/perl/view/trunk/allpod2xhtml.pl
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:01:28 +0000 (22:01 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:01:28 +0000 (22:01 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/branches/store-pluggable@141 836a5e1a-633d-0410-964b-294494ad4392

lib/Module/Install/PRIVATE.pm

index 4dd74c8..32b2d08 100644 (file)
@@ -29,6 +29,10 @@ dump: all
        rm dump/* || true
        ./bin/acs.pl -d -d -d 2>&1 | tee log
 
        rm dump/* || true
        ./bin/acs.pl -d -d -d 2>&1 | tee log
 
+html: \$(MAN1PODS) \$(MAN3PODS)
+       test -d html || mkdir html
+       allpod2xhtml.pl lib/ html/
+
 END_MAKEFILE
 
        warn "added my targets: dump\n";
 END_MAKEFILE
 
        warn "added my targets: dump\n";