You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/22 19:09:37 UTC

[3/3] lucy-clownfish git commit: Create POD in "dist" build action

Create POD in "dist" build action


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c41b4f2d
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c41b4f2d
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/c41b4f2d

Branch: refs/heads/master
Commit: c41b4f2d179e532e17b60a895d3b5475ed18f930
Parents: 72f441f
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Feb 22 18:59:14 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Feb 22 18:59:14 2016 +0100

----------------------------------------------------------------------
 runtime/perl/buildlib/Clownfish/Build.pm | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c41b4f2d/runtime/perl/buildlib/Clownfish/Build.pm
----------------------------------------------------------------------
diff --git a/runtime/perl/buildlib/Clownfish/Build.pm b/runtime/perl/buildlib/Clownfish/Build.pm
index 412d3d6..53c855d 100644
--- a/runtime/perl/buildlib/Clownfish/Build.pm
+++ b/runtime/perl/buildlib/Clownfish/Build.pm
@@ -299,6 +299,10 @@ sub ACTION_clean {
 sub ACTION_dist {
     my $self = shift;
 
+    # Create POD.
+    $self->depends_on('clownfish');
+    rmtree("autogen");
+
     # We build our Perl release tarball from a subdirectory rather than from
     # the top-level $REPOS_ROOT.  Because some assets we need are outside this
     # directory, we need to copy them in.