aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 16:44:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 16:44:23 +0000
commitfe145d2365e72a35cd1641adcd3eb55ecf5e5f1d (patch)
tree2a291ea89b1bb6a7b07358697a36b93870c03230 /Makefile
parentf0b9c96368b59bd1741fefe6209c3475315aea01 (diff)
downloadmandoc-fe145d2365e72a35cd1641adcd3eb55ecf5e5f1d.tar.gz
mandoc-fe145d2365e72a35cd1641adcd3eb55ecf5e5f1d.tar.zst
mandoc-fe145d2365e72a35cd1641adcd3eb55ecf5e5f1d.zip
Initial check-in of table data-row processing. For the time being, this
parses table data then throws it away immediately. It does not yet try to cross-check data rows against layout or anything. This copied more or less completely from tbl.bsd.lv.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4c885280..6a4336b4 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,11 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
LINTFLAGS += $(VFLAGS)
-ROFFLNS = roff.ln tbl.ln tbl_opts.ln tbl_layout.ln
+ROFFLNS = roff.ln tbl.ln tbl_opts.ln tbl_layout.ln tbl_data.ln
-ROFFSRCS = roff.c tbl.c tbl_opts.c tbl_layout.c
+ROFFSRCS = roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c
-ROFFOBJS = roff.o tbl.o tbl_opts.o tbl_layout.o
+ROFFOBJS = roff.o tbl.o tbl_opts.o tbl_layout.o tbl_data.o
MANDOCLNS = mandoc.ln