diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-18 09:45:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-18 09:45:21 +0000 |
commit | 38cdc984f9af7ed09d36692dd15dbfa08eaff534 (patch) | |
tree | a1649856978593b2e52d9714d069448e3243f4f2 /Makefile | |
parent | 71405e53b941d50754fb4041993c7ef5ad4c5654 (diff) | |
download | mandoc-38cdc984f9af7ed09d36692dd15dbfa08eaff534.tar.gz |
Add TODO entry for standalone `.' in tbl pages (pointed out by Yuri
Pankov). Also fix typo in Makefile, same reporter. Thanks!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ VERSION = 1.11.2 VDATE = 12 May 2011 # If your system doesn't support multi-byte functions (specifically -# setlocale(), wcwidth(), putwchar()), then remove -DUSE_CHAR. You'll +# setlocale(), wcwidth(), putwchar()), then remove -DUSE_WCHAR. You'll # still be able to use -Tlocale, but it becomes a synonym for -Tascii. CFLAGS += -g -DUSE_WCHAR -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |