summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-18 09:45:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-18 09:45:21 +0000
commit3037835dd1f5601b421e54ea434b1d87e9f5a26f (patch)
tree2c37239c6e9e1e54c3095ef61bf835a86db95653 /Makefile
parent9fbd9ce5cadeb91ed28f18559e80d0bb5a2e1d54 (diff)
downloadmandoc-3037835dd1f5601b421e54ea434b1d87e9f5a26f.tar.gz
mandoc-3037835dd1f5601b421e54ea434b1d87e9f5a26f.tar.zst
mandoc-3037835dd1f5601b421e54ea434b1d87e9f5a26f.zip
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a88b57b6..a0d7d14c 100644
--- a/Makefile
+++ b/Makefile
@@ -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