[PATCH libevdev 02/10] doxygen: invocation of doxygen fails due to hard coded path
Gaetan Nadon
memsize at videotron.ca
Sun Nov 24 05:02:26 PST 2013
The makefile does not use $(DOXYGEN) variable.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ec6334c..02f2e41 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,7 +2,7 @@ if HAVE_DOXYGEN
all-local: doxygen
doxygen: libevdev.doxygen
- doxygen $<
+ $(DOXYGEN) $<
clean-local:
rm -rf html
--
1.7.9.5
More information about the Input-tools
mailing list