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