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