doxygen: fix 'dist' when the html docs have not yet been built
authorGaetan Nadon <memsize@videotron.ca>
Sun, 24 Nov 2013 13:02:33 +0000 (08:02 -0500)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Nov 2013 00:40:05 +0000 (10:40 +1000)
commitc495cb42c0425217ae092c5476af61b0e63388cd
tree0ed4f602366e5008a7553749fd8aef90f3f6f400
parentdd016ebc3f4ab184511e0e149dda0cc7db4c5ba8
doxygen: fix 'dist' when the html docs have not yet been built

The reason why this did not work is that we do not have a fixed list
of html doc files and it would be  pain to maintain.

The 'find' hack gets a list of html files but only when the package
has already been built. Let's complement this hack with the
html/index.html file which act as a build trigger as it is the target name.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/Makefile.am