diff --git a/man/build-html b/man/build-html index b705077ce6f32bcbcc08daf2fbb6d2875ec1ebc3..9b882e5e197947161d131eb49ddedc2b20543acc 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 868cb5aee893c5bb8937ecb1b0c92cc929e669d3..37c68f754026db34ec2dd0815b2ac89b4cfc3d5b 100644 --- a/tsk3/docs/footer.html +++ b/tsk3/docs/footer.html @@ -1,5 +1,5 @@ <hr/> -<p><i>Copyright © 2007-2008 Brian Carrier. (carrier -at- sleuthkit -dot- org)<br/> +<p><i>Copyright © 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>