summaryrefslogtreecommitdiffstats
path: root/staticweb/manbuilder.pl
diff options
context:
space:
mode:
Diffstat (limited to 'staticweb/manbuilder.pl')
-rwxr-xr-xstaticweb/manbuilder.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/staticweb/manbuilder.pl b/staticweb/manbuilder.pl
index c0b88db1..c135920a 100755
--- a/staticweb/manbuilder.pl
+++ b/staticweb/manbuilder.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: manbuilder.pl,v 1.9 2003/07/04 03:40:02 in2 Exp $
+# $Id$
use lib '/home/bbs/bin/';
use strict;
use OurNet::FuzzyIndex;
@@ -33,6 +33,7 @@ sub main
$idx = OurNet::FuzzyIndex->new("$_.idx")
if( !$Getopt::Std::opt_n );
build("/home/bbs/man/boards/".substr($_, 0, 1)."/$_", '');
+ $db{_buildtime} = time();
untie %db;
}
}