diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-10 17:40:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-10 17:40:56 +0000 |
commit | 2c4d7545dc7122e64a3537a972948c11722caad1 (patch) | |
tree | f978939fe8567895035750760f403f296b47f388 /Makefile | |
parent | 57f76c2123c01f79e1d01a5738b75ab7ae7dacab (diff) | |
download | mandoc-2c4d7545dc7122e64a3537a972948c11722caad1.tar.gz |
Prettier HTML.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 1.0.3 # FIXME -CFLAGS += -W -Wall -Wno-unused-parameter -g +CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG LNS = mdocml.ln html.ln xml.ln libmdocml.ln roff.ln ml.ln mlg.ln \ compat.ln tokens.ln literals.ln tags.ln noop.ln |