summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 14:43:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 14:43:07 +0000
commitf860cf56ff373daca5cc5c911a731f157674f2b1 (patch)
treec4ab938d47c585470b68caf13b8b945a995757d1 /Makefile
parentf7c4015732faa0777684bcb9cd7f93ca9a631c0a (diff)
downloadmandoc-f860cf56ff373daca5cc5c911a731f157674f2b1.tar.gz
mandoc-f860cf56ff373daca5cc5c911a731f157674f2b1.tar.zst
mandoc-f860cf56ff373daca5cc5c911a731f157674f2b1.zip
preconv is now on encoding-recognition parity with groff. This last
commit adds parsing of "File Variables" in the first two lines in order to grok the encoding. This completes groff's recognition sequence (-e, BOM, File variables, -D, default). I've also cleaned up the manual to indicate this and for some general readability. preconv is now compiled by default in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f139b8e..8ee84ed6 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-all: mandoc
+all: mandoc preconv
SRCS = Makefile \
arch.c \