mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
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 <berrange@redhat.com>
This commit is contained in:
parent
c5e8343a25
commit
039e30805c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user