summaryrefslogtreecommitdiffstatshomepage
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
commit2ccbf0603ef2d82abd3e4706b84940956cbe2252 (patch)
tree933fe5dd2aa55beca30d2e4f0b82d410a886c44a /Makefile
parentbf91378aa0490e0917301c7a0525831c1ffcc6b0 (diff)
downloadmandoc-2ccbf0603ef2d82abd3e4706b84940956cbe2252.tar.gz
mandoc-2ccbf0603ef2d82abd3e4706b84940956cbe2252.tar.zst
mandoc-2ccbf0603ef2d82abd3e4706b84940956cbe2252.zip
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 \