aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/manpage.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-12-06 01:09:10 -0500
committerRalph Amissah <ralph@amissah.com>2014-12-08 00:18:15 -0500
commit1b77c140270a910710a2d918f74cc71eeb611fd4 (patch)
treeb5fff4789326668462c95060f7d9ef00385c5962 /lib/sisu/develop/manpage.rb
parentc&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.rb2
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]