summaryrefslogtreecommitdiffstats
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
commit8ab24f2ea4960118f60f8c80f5ce3be7aab59fbb (patch)
treeed8ff6c8b76a888619a229ca5f9dafb7af51e920
parentb54610ec3ea88d830ee9843b468ad8f396ef41ab (diff)
downloadmandoc-8ab24f2ea4960118f60f8c80f5ce3be7aab59fbb.tar.gz
Using "--warn" for validate, plus some accessibility fixes.
-rw-r--r--Makefile2
-rw-r--r--index.sgml10
2 files changed, 6 insertions, 6 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:
diff --git a/index.sgml b/index.sgml
index cfef40b7..f85eb0d5 100644
--- a/index.sgml
+++ b/index.sgml
@@ -7,7 +7,7 @@
<title>mdocml.bsd.lv</title>
</head>
<body>
- <table class="frame">
+ <table class="frame" summary="[frame]">
<col width="100%">
<tbody>
<tr>
@@ -62,7 +62,7 @@
Current
</h2>
- <table width="100%">
+ <table width="100%" summary="Current Sources">
<col width="200">
<col>
<tbody>
@@ -86,7 +86,7 @@
Downstream
</h2>
- <table width="100%">
+ <table width="100%" summary="Downstream Sources">
<col width="200">
<col>
<tbody>
@@ -118,7 +118,7 @@
Historical
</h2>
- <table width="100%">
+ <table width="100%" summary="Archived Sources">
<col width="200">
<col>
<tbody>
@@ -143,7 +143,7 @@
current snapshot.
</p>
- <table width="100%">
+ <table width="100%" summary="Documentation">
<col width="200">
<col>
<tbody>