From: Dobrica Pavlinusic Date: Sat, 27 Oct 2007 22:01:28 +0000 (+0000) Subject: added html target using http://svn.rot13.org/index.cgi/perl/view/trunk/allpod2xhtml.pl X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=19c2f2b0b70c669c20f08a69cd4bad71f80c53b2;ds=sidebyside added html target using svn.rot13.org/index.cgi/perl/view/trunk/allpod2xhtml.pl git-svn-id: https://perl-cwmp.googlecode.com/svn/branches/store-pluggable@141 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/lib/Module/Install/PRIVATE.pm b/lib/Module/Install/PRIVATE.pm index 4dd74c8..32b2d08 100644 --- a/lib/Module/Install/PRIVATE.pm +++ b/lib/Module/Install/PRIVATE.pm @@ -29,6 +29,10 @@ dump: all 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";