summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-04 14:59:32 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-04 14:59:32 -0400
commit2aaaf04a3e544bc207e2377ff3690c6cd2e685ef (patch)
tree8af191dbeab0279fe0573b3e9b21af25ee76ee6f /SConstruct
parent85f28f7921df08d28280d5dde67c3a7d60f4f9dd (diff)
downloadgpsd-2aaaf04a3e544bc207e2377ff3690c6cd2e685ef.tar.gz
Oops. validation-list missed some pages. More fixing to be done...
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index fd80fcb2..416e6ef8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1392,7 +1392,7 @@ www = env.Alias('www', webpages)
# Paste this list to a validator, e.g.
def validation_list(target, source, env):
- for page in webpages:
+ for page in glob.glob("www/*.html"):
with open(page) as fp:
if "Valid XHTML" in fp.read():
print os.path.join(website, os.path.basename(page))