summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-02 12:21:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-02 12:21:07 +0000
commit7d5e0e2a6c6340e24187d9edfe8bfe7bb441ffd8 (patch)
treed8cca99596cb2abd9cd9c0f0c744cef725e38d20 /Makefile
parent298dd329122e8243c3417d70103c620ab2b8f858 (diff)
downloadmandoc-7d5e0e2a6c6340e24187d9edfe8bfe7bb441ffd8.tar.gz
mandoc-7d5e0e2a6c6340e24187d9edfe8bfe7bb441ffd8.tar.zst
mandoc-7d5e0e2a6c6340e24187d9edfe8bfe7bb441ffd8.zip
Turn on -Tascii tbl printing. The output still has some issues---I'm
not sure whether it's in the header calculation or term.c squashing spaces or whatever, but let's get this in for general testing as soon as possible.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6a4336b4..b79f493e 100644
--- a/Makefile
+++ b/Makefile
@@ -65,15 +65,16 @@ MANSRCS = man_macro.c man.c man_hash.c man_validate.c \
MAINLNS = main.ln mdoc_term.ln chars.ln term.ln tree.ln \
compat.ln man_term.ln html.ln mdoc_html.ln \
- man_html.ln out.ln term_ps.ln term_ascii.ln
+ man_html.ln out.ln term_ps.ln term_ascii.ln \
+ tbl_term.ln
MAINOBJS = main.o mdoc_term.o chars.o term.o tree.o compat.o \
man_term.o html.o mdoc_html.o man_html.o out.o \
- term_ps.o term_ascii.o
+ term_ps.o term_ascii.o tbl_term.o
MAINSRCS = main.c mdoc_term.c chars.c term.c tree.c compat.c \
man_term.c html.c mdoc_html.c man_html.c out.c \
- term_ps.c term_ascii.c
+ term_ps.c term_ascii.c tbl_term.c
LLNS = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln \
llib-llibmandoc.ln llib-llibroff.ln