libftdi: (tomj) first shot at doxygen documentation
[libftdi] / doc / Makefile.am
1 EXTRA_DIST =
2
3 # I grabbed this same hack from the VACM docs/Makfile.am
4 CLEANFILES = rm -rf html man
5
6 if HAVE_DOXYGEN
7 MANUALS = html/index.html
8 else
9 MANUALS =
10 endif
11
12 all: $(MANUALS)
13
14 html/index.html: ../src/*.c ../src/*.h
15         $(DOXYGEN)