mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-08 07:48:05 +02:00
doxygen: invocation of doxygen fails due to hard coded path
The makefile does not use $(DOXYGEN) variable. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a0fc429f06
commit
40dde58556
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ if HAVE_DOXYGEN
|
||||||
all-local: doxygen
|
all-local: doxygen
|
||||||
|
|
||||||
doxygen: libevdev.doxygen
|
doxygen: libevdev.doxygen
|
||||||
doxygen $<
|
$(DOXYGEN) $<
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf html
|
rm -rf html
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue