From 557909a460a9b22d159b1a16a6baa2bcfeffaf49 Mon Sep 17 00:00:00 2001 From: David Leverton Date: Sun, 8 Jul 2012 19:58:42 +0100 Subject: dohtml should exclude CVS dirs by default --- paludis/repositories/e/ebuild/utils/dohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.3