summaryrefslogtreecommitdiff
path: root/pkg/mandoc/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-11-18 22:42:55 -0800
committerMichael Forney <mforney@mforney.org>2021-11-18 22:54:41 -0800
commit95fa0bbc056a7e48c8f9702b650d8274afe43c37 (patch)
tree38c4389a0867299816743914a00ad555d9f23c04 /pkg/mandoc/gen.lua
parent78949de4d0bfd2e888fed62254e5fd3978dc0b50 (diff)
mandoc: Update to 1.14.6
Diffstat (limited to 'pkg/mandoc/gen.lua')
-rw-r--r--pkg/mandoc/gen.lua3
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',