From 6a105487cf82ab1741adcfc67ed5e42003f4a00b Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 24 May 2010 19:07:13 -0400 Subject: [PATCH] Fix forced builds. --- doc/buildweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/buildweb.py b/doc/buildweb.py index bd5e1194..50092d7c 100755 --- a/doc/buildweb.py +++ b/doc/buildweb.py @@ -89,7 +89,7 @@ class Page(object): return "/".join([self.site.url, path]) def needed(self): - for f in "force --force -f": + for f in "force --force -f".split(): if f in sys.argv[1:]: return True