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