Daniel P. Berrange wrote:
---
docs/Makefile.am | 12 ++++++++++--
docs/internals.html.in | 9 +++++++++
docs/sitemap.html.in | 4 ++++
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am
...
+ <li>Guide to adding <a
href="api_extension.html">public APIs<a></li>
+ <li>Approach for <a href="internals/command.html">spawning
commands</a> from
I don't see command.html.in anywhere.
Did you mean to add it as part of this patch set?
Avoiding this sort of problem is one of the reasons to prefer
enumerating file names over using GNU make's $(wildcard function.