summaryrefslogtreecommitdiff
path: root/pod/buildtoc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-04-19 12:13:51 +0100
committerNicholas Clark <nick@ccl4.org>2009-04-19 16:07:34 +0100
commit9e64a656431ae7084348f10746204bf46a419824 (patch)
tree9b2cb6f1ec817d73a26a6000ebdaf4189c50a49f /pod/buildtoc
parentdb34a22aed169a6db5effc5e9f0373a3061e53f4 (diff)
downloadperl-9e64a656431ae7084348f10746204bf46a419824.tar.gz
For Win32, add the generated files to the delete list generated by buildtoc.
Diffstat (limited to 'pod/buildtoc')
-rw-r--r--pod/buildtoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/buildtoc b/pod/buildtoc
index e97c58199f..bdb639883c 100644
--- a/pod/buildtoc
+++ b/pod/buildtoc
@@ -579,7 +579,7 @@ sub generate_nmake_2 {
# Spot the special case
local $Text::Wrap::columns = 76;
my $line = wrap ("\t ", "\t ",
- join " ", sort keys %Copies,
+ join " ", sort keys %Copies, keys %Generated,
map {"perl$_.pod"} "vms", keys %Readmes);
$line =~ s/$/ \\/mg;
$line;