aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-28 13:46:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-28 13:46:07 +0000
commit446eaf99d9987df7d312d3315e99646e91ada7fe (patch)
tree694e7d3685c90c2a36012ac85aa7f5b075d4c462 /Makefile
parentd3bbb7e6cdf2c0b8af5ac3158acec7c2d7ee03bd (diff)
downloadmandoc-446eaf99d9987df7d312d3315e99646e91ada7fe.tar.gz
mandoc-446eaf99d9987df7d312d3315e99646e91ada7fe.tar.zst
mandoc-446eaf99d9987df7d312d3315e99646e91ada7fe.zip
Adding initial options processing (not hooked into parse yet). This is
more or less copied from tbl.bsd.lv and still needs integration with the general mandoc framework, e.g., with error messages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 129930bc..04bfc9af 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,11 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
LINTFLAGS += $(VFLAGS)
-ROFFLNS = roff.ln tbl.ln
+ROFFLNS = roff.ln tbl.ln tbl_opts.ln
-ROFFSRCS = roff.c tbl.c
+ROFFSRCS = roff.c tbl.c tbl_opts.c
-ROFFOBJS = roff.o tbl.o
+ROFFOBJS = roff.o tbl.o tbl_opts.o
MANDOCLNS = mandoc.ln