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 | |
parent | c&d: ao regex matches, auto match possessives ending in 's (diff) |
d: manpage fix
-rw-r--r-- | data/doc/sisu/CHANGELOG_v6 | 2 | ||||
-rw-r--r-- | lib/sisu/develop/manpage.rb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6 index 0a77a1f8..b91f175d 100644 --- a/data/doc/sisu/CHANGELOG_v6 +++ b/data/doc/sisu/CHANGELOG_v6 @@ -122,6 +122,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.4.0.orig.tar.xz * header regex matches for bold & italics auto match possessives ending in 's + * manpage, fix (require) + ** SiSU "UnFrozen" - prior to end of Debian Freeze (upstream bugfix 6.3.2 (5.7.2) intended for Jessie (packaged for Debian as 5.7.1-2) was not accepted) 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='' |