From dded5256f9e4cc7ed3550a2dcf41685ba5f69eb8 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Fri, 8 Jan 2010 02:17:26 +0000
Subject: [PATCH] Updated doc footer, build comments, doc version

---
 man/build-html        | 6 ++++++
 tsk3/docs/footer.html | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/man/build-html b/man/build-html
index b705077ce..9b882e5e1 100755
--- a/man/build-html
+++ b/man/build-html
@@ -1,5 +1,11 @@
 #!/usr/bin/perl -w
 
+# Creates HTML versions of the man pages and stores them in the 
+# local www directory. 
+#
+# NOTE: This has been hard coded to work on one of my development
+# systems.  It will need to be updated to be more general. 
+
 use strict;
 
 my $BACK = "";
diff --git a/tsk3/docs/footer.html b/tsk3/docs/footer.html
index 868cb5aee..37c68f754 100644
--- a/tsk3/docs/footer.html
+++ b/tsk3/docs/footer.html
@@ -1,5 +1,5 @@
 <hr/>
-<p><i>Copyright &#169; 2007-2008 Brian Carrier.  (carrier -at- sleuthkit -dot- org)<br/> 
+<p><i>Copyright &#169; 2007-2010 Brian Carrier.  (carrier -at- sleuthkit -dot- org)<br/> 
 This work is licensed under a
 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
 </i></p>
-- 
GitLab