From: Daniel P. Berrange Date: Tue, 7 May 2013 14:45:50 +0000 (+0100) Subject: Ensure stub todo.html.in file is HTML5 X-Git-Tag: CVE-2013-1962~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039e30805cd332486cbe6bc1e10d555756f4cc5c;p=thirdparty%2Flibvirt.git 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 --- 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: