summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-20 18:31:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-20 18:31:04 +0000
commita21f689c7d038991e7e1e4c6bd124879a4c0999f (patch)
tree1f9a6924f4388745dd8a21139648fde88d792c95 /Makefile
parent876d1df1cc8e560e48b3f85261ded3cfd26091c7 (diff)
downloadmandoc-a21f689c7d038991e7e1e4c6bd124879a4c0999f.tar.gz
Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION.1.9.9
Aesthetic fixes in index.sgml.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3da9007a..2ad41901 100644
--- a/Makefile
+++ b/Makefile
@@ -231,7 +231,7 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
$(CC) $(CFLAGS) -o $@ $(MAINOBJS) libmdoc.a libman.a
.sgml.html:
- validate $<
+ #validate $<
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
.1.1.txt .3.3.txt .7.7.txt: