summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 04:15:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 04:15:41 +0000
commitae31c624796c0d1f8969261195d13eca22ecca14 (patch)
tree721297ab95b7ac013ca1641e403b98c65238251f /Makefile
parent19a32a4c143965883bb87247ee3c503bd159f61f (diff)
downloadmandoc-ae31c624796c0d1f8969261195d13eca22ecca14.tar.gz
Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e3c867d..173aaa77 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ CFLAGS += $(VFLAGS)
LINTFLAGS += $(VFLAGS)
MANDOCFLAGS = -Wall -fstrict
-MANDOCHTML = -Thtml -ostyle=style.css,man=%N.%S.html,includes=%I.html
+MANDOCHTML = -Thtml -Ostyle=style.css,man=%N.%S.html,includes=%I.html
MDOCLNS = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \
mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \