diff options
author | 2012-07-08 19:58:42 +0100 | |
---|---|---|
committer | 2012-07-08 20:00:33 +0100 | |
commit | 557909a460a9b22d159b1a16a6baa2bcfeffaf49 (patch) | |
tree | 0a8ba9275a0c09cefb1ea54f7c58e613c35649e1 | |
parent | 04b3fca14ef40621a0985b6882e4abe6c1581de0 (diff) | |
download | paludis-557909a460a9b22d159b1a16a6baa2bcfeffaf49.tar.gz paludis-557909a460a9b22d159b1a16a6baa2bcfeffaf49.tar.xz |
dohtml should exclude CVS dirs by default
-rwxr-xr-x | paludis/repositories/e/ebuild/utils/dohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/utils/dohtml b/paludis/repositories/e/ebuild/utils/dohtml index e207d2057..3395a83d5 100755 --- a/paludis/repositories/e/ebuild/utils/dohtml +++ b/paludis/repositories/e/ebuild/utils/dohtml @@ -31,7 +31,7 @@ fi shopt -s dotglob allowed_exts="css gif htm html jpeg jpg js png" -disallowed_dirs="" +disallowed_dirs="CVS" allowed_files="" recurse=0 doc_prefix="" |