diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-01 15:32:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-01 15:32:36 +0000 |
commit | 78514c9d13534db5603803edfe8e818d9fe11597 (patch) | |
tree | f0e785a8b8d887714133902422483411e6b15a04 /Makefile | |
parent | 995867c9d1e4701682433bd43406c27cdc59599d (diff) | |
download | mandoc-78514c9d13534db5603803edfe8e818d9fe11597.tar.gz |
Considerably improved roff_text parser.
Consolidated noop roff macros.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |