From: Nishi Date: Mon, 30 Sep 2024 05:07:37 +0000 (+0000) Subject: add version stuff X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=52db07bbf35ce642a406e0052f33ecef955033fb;p=docgen.git add version stuff git-svn-id: file:///raid/svn-personal/docgen/trunk@2 44bc13e5-44cb-984e-b856-1907bf1ada44 --- diff --git a/docgen b/docgen index 95e4635..87ab0fe 100755 --- a/docgen +++ b/docgen @@ -82,11 +82,12 @@ proc start_html {fid title toc dots} { } proc end_html {fid} { - global footer + global footer DOCGEN_VERSION puts $fid " " puts $fid " " + puts $fid "
" + puts $fid " Generated using Docgen $DOCGEN_VERSION
" if { "$footer" != "" } { - puts $fid "
" puts $fid " $footer" } puts $fid " "