diff options
| author | Michael Forney <mforney@mforney.org> | 2021-11-18 22:42:55 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-11-18 22:54:41 -0800 |
| commit | 95fa0bbc056a7e48c8f9702b650d8274afe43c37 (patch) | |
| tree | 38c4389a0867299816743914a00ad555d9f23c04 /pkg/mandoc/gen.lua | |
| parent | 78949de4d0bfd2e888fed62254e5fd3978dc0b50 (diff) | |
mandoc: Update to 1.14.6
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', |
