diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:15:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:15:41 +0000 |
commit | ae31c624796c0d1f8969261195d13eca22ecca14 (patch) | |
tree | 721297ab95b7ac013ca1641e403b98c65238251f /Makefile | |
parent | 19a32a4c143965883bb87247ee3c503bd159f61f (diff) | |
download | mandoc-ae31c624796c0d1f8969261195d13eca22ecca14.tar.gz |
Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |