]> Git repositories of Nishi - docgen.git/commitdiff
add version stuff
authorNishi <nishi@nishi.boats>
Mon, 30 Sep 2024 05:07:37 +0000 (05:07 +0000)
committerNishi <nishi@nishi.boats>
Mon, 30 Sep 2024 05:07:37 +0000 (05:07 +0000)
git-svn-id: file:///raid/svn-personal/docgen/trunk@2 44bc13e5-44cb-984e-b856-1907bf1ada44

docgen

diff --git a/docgen b/docgen
index 95e4635649288507b58124887949fa1659b3f931..87ab0fef1c451c6515027f8b4ebd5c2ac758f734 100755 (executable)
--- 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 "                     </div>"
        puts $fid "             </div>"
+       puts $fid "             <hr>"
+       puts $fid "             <i>Generated using <a href=\"http://nishi.boats/docgen\">Docgen</a> $DOCGEN_VERSION</i><br>"
        if { "$footer" != "" } {
-               puts $fid "             <hr>"
                puts $fid "             $footer"
        }
        puts $fid "     </body>"