From 039e30805cd332486cbe6bc1e10d555756f4cc5c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 7 May 2013 15:45:50 +0100 Subject: [PATCH] Ensure stub todo.html.in file is HTML5 If no todo.cfg is present, make sure the stub is in HTML5 format and clearly states that the config was not available Signed-off-by: Daniel P. Berrange --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index b4855d12de..2d22743930 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 "

Todo list

" > $@ ; \ + echo "

Todo list unavailable: no config file

" > $@ ; \ fi todo: -- GitLab