diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-28 08:08:53 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-28 08:08:53 +0000 |
commit | 8ab24f2ea4960118f60f8c80f5ce3be7aab59fbb (patch) | |
tree | ed8ff6c8b76a888619a229ca5f9dafb7af51e920 /Makefile | |
parent | b54610ec3ea88d830ee9843b468ad8f396ef41ab (diff) | |
download | mandoc-8ab24f2ea4960118f60f8c80f5ce3be7aab59fbb.tar.gz |
Using "--warn" for validate, plus some accessibility fixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |