summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-07-20 16:33:03 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-07-20 16:33:03 +0100
commit373fec1e86c8a7c03302b39e1a3063957aedd5bb (patch)
tree3b4a717372b6b0ca8bac66640b9a1b79836f48f1 /Makefile.SH
parentcf85205c7aa1e3efcc71c286e4a74e2638064431 (diff)
downloadperl-373fec1e86c8a7c03302b39e1a3063957aedd5bb.tar.gz
Create new perldelta for 5.29.2
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 85f9171b5f..a98c651a62 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -575,7 +575,7 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-perltoc_pod_prereqs = extra.pods pod/perl5291delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5292delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
generated_headers = uudmap.h bitcount.h mg_data.h
@@ -1125,9 +1125,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
$(MINIPERL) pod/perlmodlib.PL -q
-pod/perl5291delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5291delta.pod
- $(LNS) perldelta.pod pod/perl5291delta.pod
+pod/perl5292delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5292delta.pod
+ $(LNS) perldelta.pod pod/perl5292delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`