diff options
Diffstat (limited to 'pkg/mandoc/gen.lua')
| -rw-r--r-- | pkg/mandoc/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/mandoc/gen.lua b/pkg/mandoc/gen.lua index 1b2967c8..27d95666 100644 --- a/pkg/mandoc/gen.lua +++ b/pkg/mandoc/gen.lua @@ -36,6 +36,7 @@ lib('libmandoc.a', { 'msec.c', 'preconv.c', 'read.c', + 'tag.c', 'compat_fts.c', 'compat_ohash.c', @@ -47,7 +48,6 @@ exe('mandoc', { 'mdoc_man.c', 'mdoc_markdown.c', 'out.c', - 'tag.c', 'tree.c', 'eqn_html.c', @@ -65,6 +65,7 @@ exe('mandoc', { 'term_ascii.c', 'term_ps.c', 'term_tab.c', + 'term_tag.c', 'tbl_term.c', 'dbm.c', |
