libftdi: (tomj) include C++ wrapper in doxygen
[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
b8cc7d65 11html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/ftdipp/*.cpp $(top_srcdir)/ftdipp/*.hpp $(top_srcdir)/examples/*.c
1941414d 12 $(DOXYGEN)