diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-19 21:40:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-19 21:40:49 +0100 |
commit | 708a028cc568da4e705e1a480442bc98518033f1 (patch) | |
tree | f0a23a9bc3ed4ae1c9aa19677f8eb38a086d0004 /Makefile.SH | |
parent | 1ac442bc1ab0d3c88fe1dab9ef331fa9e56fcf64 (diff) | |
download | perl-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.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
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 |