summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-01 15:32:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-01 15:32:36 +0000
commitfb2ebae7857605ebef35d26c56cccc959812585e (patch)
treec4cf3c4456d3ddaae08fe0fad446901853704775 /Makefile
parenta90f290cd59509f659af18ea0107a555eba72a01 (diff)
downloadmandoc-fb2ebae7857605ebef35d26c56cccc959812585e.tar.gz
mandoc-fb2ebae7857605ebef35d26c56cccc959812585e.tar.zst
mandoc-fb2ebae7857605ebef35d26c56cccc959812585e.zip
Considerably improved roff_text parser.
Consolidated noop roff macros.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b138633b..b39beec1 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,10 @@ CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIBS)
INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)
FAIL = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \
- test.15 test.20
+ test.15 test.20 test.22
SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \
- test.14 test.16 test.17 test.18 test.19 test.21
+ test.14 test.16 test.17 test.18 test.19 test.21 test.23
all: mdocml