doxygen: invocation of doxygen fails due to hard coded path
authorGaetan Nadon <memsize@videotron.ca>
Sun, 24 Nov 2013 13:02:26 +0000 (08:02 -0500)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Nov 2013 00:23:52 +0000 (10:23 +1000)
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>
doc/Makefile.am

index ec6334c837ccbdab30586bf4948af709adbd1cc0..02f2e41ef0c96f063911b09eb5b68cdb32c17ef7 100644 (file)
@@ -2,7 +2,7 @@ if HAVE_DOXYGEN
 all-local: doxygen
 
 doxygen: libevdev.doxygen
-       doxygen $<
+       $(DOXYGEN) $<
 
 clean-local:
        rm -rf html