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