doxygen: specifying builddir is not required

For the scenarios the module supports it is not required to
be specified.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Gaetan Nadon 2013-11-25 11:08:26 -05:00 committed by Peter Hutterer
parent c495cb42c0
commit d15856c77a

View file

@ -13,7 +13,7 @@ clean-local:
$(AM_V_at)rm -rf html $(AM_V_at)rm -rf html
doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null) doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null)
EXTRA_DIST = $(builddir)/html/index.html $(doc_src) libevdev.css EXTRA_DIST = html/index.html $(doc_src) libevdev.css
endif endif