summaryrefslogtreecommitdiffstats
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
commit45ff372f0eebb1e7c8a2dff9d3d6d03438ad2cc1 (patch)
treedcafdf0e73b6ef61439b3caafa83aca5ef25b776 /Makefile
parent0a5a4862af168a9bcde9fb52486639d47bbba300 (diff)
downloadmandoc-45ff372f0eebb1e7c8a2dff9d3d6d03438ad2cc1.tar.gz
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 \