summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:38:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:38:14 +0000
commit9864cb8baea0db37f74a5bca120318017b215c1f (patch)
tree1e83dc769ff95f78b842ab6934449c8f0d893c9b /Makefile
parent48a02365daa47036d1d8a13c10650bb8f67bded6 (diff)
downloadmandoc-9864cb8baea0db37f74a5bca120318017b215c1f.tar.gz
Merge, with considerable changes, tbl.bsd.lv's layout-handling code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 04bfc9af..4c885280 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
+ROFFLNS = roff.ln tbl.ln tbl_opts.ln tbl_layout.ln
-ROFFSRCS = roff.c tbl.c tbl_opts.c
+ROFFSRCS = roff.c tbl.c tbl_opts.c tbl_layout.c
-ROFFOBJS = roff.o tbl.o tbl_opts.o
+ROFFOBJS = roff.o tbl.o tbl_opts.o tbl_layout.o
MANDOCLNS = mandoc.ln