Skip to content

doc/sphinx: No need for doxygen custom target

Marius Vlad requested to merge mvlad/weston:fix-wrong-mtime into master

Unfortunate left over which was not removed once we had the script in place to regenerate the documentation. A side-effect was the fact that we still ran the script even if 'docs' target was called, effectively nullifying the fact that 'docs' target was ran at all. For instance, 'install' would've been executing the script even if 'docs' target was called before.

This removes the doxygen_target entirely and the depends of sphinx target on it, makes building and installing docs a bit faster.

Signed-off-by: Marius Vlad marius.vlad@collabora.com

Merge request reports