diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-03-22 11:23:42 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-03-23 21:46:12 -0400 |
commit | 70cf530d25ce518edeca29ccf238bbecaa485858 (patch) | |
tree | 11c3e2f2c3ed9f6aaf81b447c0d7ab6dc976f9e1 /lib | |
parent | c&d: ao regex matches, auto match possessives ending in 's (diff) |
d: manpage fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/develop/manpage.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/develop/manpage.rb b/lib/sisu/develop/manpage.rb index 75d4c360..a39e3a8a 100644 --- a/lib/sisu/develop/manpage.rb +++ b/lib/sisu/develop/manpage.rb @@ -64,6 +64,7 @@ module SiSU_Manpage require_relative 'shared_metadata' # shared_metadata.rb require_relative 'generic_parts' # generic_parts.rb require_relative 'txt_read' # txt_read.rb + require_relative 'txt_output' # txt_output.rb require_relative 'txt_shared' # txt_shared.rb @@alt_id_count,@@alt_id_count=0,0 @@tablefoot='' |