summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-01-19 21:40:49 +0100
committerNicholas Clark <nick@ccl4.org>2012-01-19 21:40:49 +0100
commit708a028cc568da4e705e1a480442bc98518033f1 (patch)
treef0a23a9bc3ed4ae1c9aa19677f8eb38a086d0004
parent1ac442bc1ab0d3c88fe1dab9ef331fa9e56fcf64 (diff)
downloadperl-708a028cc568da4e705e1a480442bc98518033f1.tar.gz
Ignore and clean the byproducts of make install.html
The install.html target generates vms/README_vms.pod and files in two directories, pod/perlfunc/ and pod/perlipc/ Add all three to .gitignore files, and add rules to delete the directories when cleaning.
-rw-r--r--.gitignore3
-rwxr-xr-xMakefile.SH1
-rw-r--r--pod/.gitignore2
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3cbb99f7fc..03df13fd3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -148,3 +148,6 @@ MANIFEST.new
*.cachegrind
*.perf-stat
*.valgrind
+
+# generated by the top level install.html target. XXX Why does it need this?
+/vms/README_vms.pod
diff --git a/Makefile.SH b/Makefile.SH
index f4643a2b96..c8a233b63f 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1316,6 +1316,7 @@ _cleaner2:
rm -fr lib/B
rm -fr lib/CPAN lib/CPANPLUS
rm -fr lib/ExtUtils/CBuilder
+ rm -rf pod/perlfunc pod/perlipc
-rmdir cpan/CPANPLUS-Dist-Build/t/dummy-cpanplus cpan/CPANPLUS/t/dummy-cpanplus cpan/CPANPLUS/t/dummy-localmirror
-rmdir ext/B/lib
-rmdir lib/Archive/Tar lib/Archive lib/Attribute
diff --git a/pod/.gitignore b/pod/.gitignore
index fc5727234f..c4bebd1aa5 100644
--- a/pod/.gitignore
+++ b/pod/.gitignore
@@ -64,3 +64,5 @@
/perlintern.pod
*.html
*.man
+/perlfunc/
+/perlipc/