Skip to content

Commit

Permalink
Add PDL::Doc::add_module to pdlpp_postamble
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 31, 2016
1 parent 16bcda4 commit ccc6f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Basic/Core/Dev.pm
Expand Up @@ -433,6 +433,10 @@ $pref.xs: $pref.pm
$pref.c: $pref.xs
$pref\$(OBJ_EXT): $pref.c
install ::
\@echo "Updating PDL documentation database...";
\$(ABSPERLRUN) -e 'exit if \$\$ENV{DESTDIR}; use PDL::Doc; eval { PDL::Doc::add_module(q{$mod}); }; ';
|
} (@_)
}
Expand Down

0 comments on commit ccc6f0b

Please sign in to comment.