diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-26 22:27:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-26 22:27:07 +0000 |
commit | 73fff1660dc58001f97c3163953d44f8a58b5553 (patch) | |
tree | 883906b24df3516bc339ff4606dedc9f0f2859f4 /Makefile | |
parent | 5ed11d5fa2bcaf99604e49aad7b8c12099dbf101 (diff) | |
download | mandoc-73fff1660dc58001f97c3163953d44f8a58b5553.tar.gz |
Various fixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ INSTALL = Makefile $(HEADS) $(SRCS) $(MANS) FAIL = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \ test.15 -SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 +SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \ + test.14 test.16 test.17 all: mdocml |