libftdi: (tomj) polished documentation, started "examples" dir
[libftdi] / doc / Makefile.am
CommitLineData
1941414d
TJ
1CLEANFILES = rm -rf html man
2
3if HAVE_DOXYGEN
4MANUALS = html/index.html
5else
6MANUALS =
7endif
8
9all: $(MANUALS)
10
ad397a4b 11html/index.html: ../src/*.c ../src/*.h ../examples/*.c
1941414d 12 $(DOXYGEN)