diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-12-06 01:09:10 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-12-08 00:18:15 -0500 |
commit | 1b77c140270a910710a2d918f74cc71eeb611fd4 (patch) | |
tree | b5fff4789326668462c95060f7d9ef00385c5962 /lib/sisu/develop/manpage.rb | |
parent | c&d: version & branch info, changes related to move of lib dirs (diff) |
d: track changes to sisu_version info
Diffstat (limited to 'lib/sisu/develop/manpage.rb')
-rw-r--r-- | lib/sisu/develop/manpage.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/manpage.rb b/lib/sisu/develop/manpage.rb index e0dbad21..2d46a229 100644 --- a/lib/sisu/develop/manpage.rb +++ b/lib/sisu/develop/manpage.rb @@ -380,7 +380,7 @@ WOK else SiSU_Env::InfoDate.new.year #date missing decide on action end proj=SiSU_Env::InfoVersion.instance.get_version - manpage[:open] = %{.TH "#{@md.fnb}" "#{@md.make.manpage['section']}" "#{date}" "#{proj[:version]}" "#{@md.title.main}"#{@md.make.manpage['name']}#{@md.make.manpage['synopsis']}} + manpage[:open] = %{.TH "#{@md.fnb}" "#{@md.make.manpage['section']}" "#{date}" "#{proj.version}" "#{@md.title.main}"#{@md.make.manpage['name']}#{@md.make.manpage['synopsis']}} content << manpage[:open] content << manpage[:head] content << manpage[:body] |