From: "Daniel P. Berrange" <berrange(a)redhat.com>
If no todo.cfg is present, make sure the stub is in HTML5
format and clearly states that the config was not available
Pushed as another website build breaker fix
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
---
docs/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index b4855d1..2d22743 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -149,7 +149,7 @@ todo.html.in: todo.pl
|| { rm $@ && exit 1; }; \
else \
echo "Stubbing $@"; \
- echo "<html><body><h1>Todo
list</h1></body></html>" > $@ ; \
+ echo "<html
xmlns=\"http://www.w3.org/1999/xhtml\"><body><h1>... list
unavailable: no config file</h1></body></html>" > $@ ; \
fi
todo:
--
1.8.1.4