X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=e9e4e2abee9fd8befdb4b1b47245d4f0c41f6d0f;hb=b1991f7121a803a0a49c9cd0288a4f9050eeb70c;hp=0f50a65852ac6b083a3ca3a8a2f4472372433877;hpb=ef592197088078be53b73050ba5c1bee2728c090;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index 0f50a658..e9e4e2ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,7 +71,8 @@ $v->{xdocs} = [ map { "Documentation/.x/.$_.txt" } @xman ]; $v->{xdocs_html} = [ map { "Documentation/.x/.$_.html" } @xman ]; for (@{$v->{xdocs}}) { $t->{"$_ : | Documentation/.x"} = [ - '$(PERL) -w Documentation/extman.perl >$@', + '$(PERL) -w Documentation/extman.perl $@ >$@+', + 'mv $@+ $@' ]; my $html = $_; $html =~ s/\.txt\z/.html/;