aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitb05ffdc3bdfe57d61dc6258b81a820d48a490b6c (patch)
treec2eb6e27d7ee1407a07b6cb6059bfbec61fcac05 /Makefile
parent4d650f0653c17326e93ab1d0e6682e1c5642f847 (diff)
downloadmandoc-b05ffdc3bdfe57d61dc6258b81a820d48a490b6c.tar.gz
mandoc-b05ffdc3bdfe57d61dc6258b81a820d48a490b6c.tar.zst
mandoc-b05ffdc3bdfe57d61dc6258b81a820d48a490b6c.zip
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: