libftdi: (tomj) fix build for "out of tree" builds
[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
2991f0f0 11html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/examples/*.c
1941414d 12 $(DOXYGEN)