libevdev/doc/Makefile.am
Peter Hutterer 479e16725d Use doxygen instead of man pages
Doxygen is bad for man pages, but having an online API documentation
is better and easier to maintain.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-06-27 10:41:54 +10:00

16 lines
259 B
Makefile

if HAVE_DOXYGEN
all-local: doxygen
doxygen: libevdev.doxygen
doxygen $<
clean-local:
rm -rf html
.PHONY: doxygen
doc_src= $(shell find . -name "html" -printf "%P\n")
EXTRA_DIST = $(doc_src) libevdev.doxygen
endif
dist_noinst_DATA = libevdev.doxygen.in