Since the reorganization of CVS repository, httpd-docs-2.0
commitlogs are not mailed to apache-docs.
I think this patch fixes the problem. (Untested, of
course).
--- log_accum.pl~ Mon Jan 1 07:58:24 2001
+++ log_accum.pl Wed Jan 3 12:20:17 2001
@@ -269,9 +269,10 @@
{
local($path) = @_;
my($mapped, $dir) = ("", $path);
- my(%mapping) = ('apache-2.0/src/include' => 'httpd-docs-2.0',
- 'apache-2.0/src/os/unix' => 'httpd-docs-2.0',
- 'apache-2.0/src/lib/apr/include' => 'httpd-docs-2.0');
+ my(%mapping) = ('httpd-2.0/src/include' => 'httpd-docs-2.0',
+ 'httpd-2.0/src/os/unix' => 'httpd-docs-2.0',
+ 'httpd-2.0/src/lib/apr/include' => 'httpd-docs-2.0',
+ 'httpd-2.0/docs' => 'httpd-docs-2.0');
#
# If the path exactly matches one of our conditions, return the
--
Yoshiki Hayashi