diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 09:47:46 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 10:09:10 +0100 |
commit | 524ce141dcd46f87e73a300e1436937336261b19 (patch) | |
tree | d11208d2f9c1bf6de1a9840b2ecc6b18f64ef381 /Makefile.SH | |
parent | f86864acbf97469fd9e5d5233d51ff743f4d8d6e (diff) | |
download | perl-524ce141dcd46f87e73a300e1436937336261b19.tar.gz |
Remove generated file pod/perluniprops.pod from the source distribution
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index c5bd457550..3a42516d3f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -480,7 +480,7 @@ mini_obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS) ndt_obj = $(obj0) $(obj1) $(obj2) $(obj3) $(ARCHOBJS) obj = $(ndt_obj) $(DTRACE_O) -perltoc_pod_prereqs = extra.pods pod/perlapi.pod pod/perldelta.pod pod/perlintern.pod pod/perlmodlib.pod +perltoc_pod_prereqs = extra.pods pod/perlapi.pod pod/perldelta.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) Icwd = -Icpan/Cwd -Icpan/Cwd/lib |