summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 12:01:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 12:01:14 +0000
commit50d0f3e19ecea1f5f0f60a3d8b71e68755c676e0 (patch)
tree45edf46751501ebf4bccd0cc6fe636bce6adfc9e /Makefile
parent69728b7655db4690f0b1575dc285c718b3980d25 (diff)
downloadmandoc-50d0f3e19ecea1f5f0f60a3d8b71e68755c676e0.tar.gz
mandoc-50d0f3e19ecea1f5f0f60a3d8b71e68755c676e0.tar.zst
mandoc-50d0f3e19ecea1f5f0f60a3d8b71e68755c676e0.zip
Significantly improve preconv. Allow it to recode UTF-8 characters into
the \[uNNNN] strings (taking into account big-endian archs). Also allow it to determine from the BOM whether it's a UTF-8 file. Also add the initial manual. This has been tested over a random selection of UTF-8 documents, as % preconv -e utf-8 foo.1 | ./mandoc -Tlocale where -Tlocale is allowed (-DUSE_WCHAR). Note that we're still missing the "type" indicator that preconv accepts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa3b29b7..5f139b8e 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,8 @@ SRCS = Makefile \
msec.in \
out.c \
out.h \
+ preconv.1 \
+ preconv.c \
predefs.in \
read.c \
roff.7 \
@@ -268,6 +270,11 @@ INDEX_MANS = makewhatis.1.html \
mdoc.7.ps \
mdoc.7.pdf \
mdoc.7.txt \
+ preconv.1.html \
+ preconv.1.xhtml \
+ preconv.1.ps \
+ preconv.1.pdf \
+ preconv.1.txt \
roff.7.html \
roff.7.xhtml \
roff.7.ps \