Skip to content

Commit

Permalink
add html_pod to the output of the build. Also, fix up some of the pod…
Browse files Browse the repository at this point in the history
… files to actually pass podcheck
  • Loading branch information
Whiteknight committed Sep 1, 2010
1 parent 3cc1c0d commit c2e4804
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 186 deletions.
7 changes: 7 additions & 0 deletions setup.nqp
Expand Up @@ -44,6 +44,7 @@ sub MAIN(@argv) {
setup_testlib(%PLA);
setup_nqp_bootstrapper(%PLA);
setup_dynpmc_flags(%PLA);
setup_docs(%PLA);

setup(@argv, %PLA);
}
Expand Down Expand Up @@ -249,4 +250,10 @@ sub setup_nqp_bootstrapper(%PLA) {
%PLA{'inst_lib'}.push('pla_nqp.pbc');
}

sub setup_docs(%PLA) {
%PLA{'html_pod'}{'docs/nummatrix2d.html'} := 'src/pmc/nummatrix2d.pmc';
%PLA{'html_pod'}{'docs/pmcmatrix2d.html'} := 'src/pmc/pmcmatrix2d.pmc';
%PLA{'html_pod'}{'docs/complexmatrix2d.html'} := 'src/pmc/complexmatrix2d.pmc';
}


0 comments on commit c2e4804

Please sign in to comment.