remove now-unneeded documentation-header
[libftdi] / doc / Makefile.am
1 CLEANFILES = rm -rf html man
2
3 if HAVE_DOXYGEN
4 MANUALS = html/index.html
5 else
6 MANUALS =
7 endif
8
9 all: $(MANUALS)
10
11 html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/ftdipp/*.cpp $(top_srcdir)/ftdipp/*.hpp $(top_srcdir)/examples/*.c
12         $(DOXYGEN)