projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0fc429
)
doxygen: invocation of doxygen fails due to hard coded path
author
Gaetan Nadon
<memsize@videotron.ca>
Sun, 24 Nov 2013 13:02:26 +0000
(08:02 -0500)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index ec6334c837ccbdab30586bf4948af709adbd1cc0..02f2e41ef0c96f063911b09eb5b68cdb32c17ef7 100644
(file)
--- 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