summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-28 08:08:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-28 08:08:53 +0000
commit0c60b9f64c3be12ba8fd54fd12c64dabe143fdef (patch)
tree023730ad8b19fc491afafad23dc27920bcebe8ba /Makefile
parent3211a3293d4f68feb48e68fc3014d6831c1b44e3 (diff)
downloadmandoc-0c60b9f64c3be12ba8fd54fd12c64dabe143fdef.tar.gz
mandoc-0c60b9f64c3be12ba8fd54fd12c64dabe143fdef.tar.zst
mandoc-0c60b9f64c3be12ba8fd54fd12c64dabe143fdef.zip
Using "--warn" for validate, plus some accessibility fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2a75b79..1a5a49ff 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
$(CC) $(CFLAGS) -o $@ $(MAINOBJS) libmdoc.a libman.a
.sgml.html:
- validate $<
+ validate --warn $<
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
.1.1.txt .3.3.txt .7.7.txt: