We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b916bb5 commit 4704eeaCopy full SHA for 4704eea
Makefile.PL
@@ -40,3 +40,8 @@ WriteMakefile(
40
},
41
42
);
43
+
44
+sub MY::postamble {
45
+ my $oneliner = PDL::Core::Dev::_oneliner(qq{exit if \$ENV{DESTDIR}; use PDL::Doc; eval { PDL::Doc::add_module(shift); }});
46
+ qq|\ninstall :: pure_install\n\t$oneliner \$(NAME)\n|;
47
+}
0 commit comments