diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-07 05:48:29 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-07 05:48:29 +0000 |
commit | 820ec2c8803594c2404d9f5cd0d1d07f90621538 (patch) | |
tree | ada2031b14d31eb9526b16cb195b890def42cd44 /Makefile | |
parent | bf3378829e6debee09473d5e9f1e45d20082ceae (diff) | |
download | mandoc-820ec2c8803594c2404d9f5cd0d1d07f90621538.tar.gz |
margerr -> margserr (getting ready for margverr).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -# Specify this if you want to accept Xo/Xc macros extending the head of -# block full-implicit macros. -# CFLAGS += -DUGLY +# Unset this if you don't want Xo/Xc allowing split `It' lines, which +# breaks symmetry. +CFLAGS += -DUGLY LINTFLAGS += $(VFLAGS) |