diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-29 14:38:14 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-29 14:38:14 +0000 |
commit | 9864cb8baea0db37f74a5bca120318017b215c1f (patch) | |
tree | 1e83dc769ff95f78b842ab6934449c8f0d893c9b /Makefile | |
parent | 48a02365daa47036d1d8a13c10650bb8f67bded6 (diff) | |
download | mandoc-9864cb8baea0db37f74a5bca120318017b215c1f.tar.gz |
Merge, with considerable changes, tbl.bsd.lv's layout-handling code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |