summaryrefslogtreecommitdiffstats
path: root/staticweb/manbuilder.pl
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-13 12:16:32 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-13 12:16:32 +0800
commit090bb9fbe45c3352e92aa149a827fe6ac46a882d (patch)
treeec80b3691426680f5cd1c6bbd4c7970859588fc2 /staticweb/manbuilder.pl
parentf45194a66610e60b27d2bf86e571dc1e606ed820 (diff)
downloadpttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.tar
pttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.tar.gz
pttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.tar.bz2
pttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.tar.lz
pttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.tar.xz
pttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.tar.zst
pttbbs-090bb9fbe45c3352e92aa149a827fe6ac46a882d.zip
add buildtime
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1179 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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;
}
}