This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore and clean the byproducts of make install.html
authorNicholas Clark <nick@ccl4.org>
Thu, 19 Jan 2012 20:40:49 +0000 (21:40 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 19 Jan 2012 20:40:49 +0000 (21:40 +0100)
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.

.gitignore
Makefile.SH
pod/.gitignore

index 3cbb99f..03df13f 100644 (file)
@@ -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
index f4643a2..c8a233b 100755 (executable)
@@ -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
index fc57272..c4bebd1 100644 (file)
@@ -64,3 +64,5 @@
 /perlintern.pod
 *.html
 *.man
+/perlfunc/
+/perlipc/