Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add PDLA::Doc::add_module to pdlpp_postamble
  • Loading branch information
mohawk2 committed Aug 30, 2015
1 parent a46d2e0 commit 41288ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Basic/Core/Dev.pm
Expand Up @@ -431,6 +431,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 PDLA::Doc; eval { PDLA::Doc::add_module(q{$mod}); }; ';
|
} (@_)
}
Expand Down

0 comments on commit 41288ce

Please sign in to comment.