]> xenbits.xensource.com Git - libvirt.git/commitdiff
Ensure stub todo.html.in file is HTML5
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 7 May 2013 14:45:50 +0000 (15:45 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 7 May 2013 14:45:50 +0000 (15:45 +0100)
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 <berrange@redhat.com>
docs/Makefile.am

index b4855d12dead8cf47b666a5f7d7b7724def30d07..2d227439307d825424179673be171b50921a1ac0 100644 (file)
@@ -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>Todo list unavailable: no config file</h1></body></html>" > $@ ; \
        fi
 
 todo: