Reenabled all compile flags.
[libasyncio] / 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)/asyncio/*.cpp $(top_srcdir)/asyncio/*.hpp $(top_srcdir)/glue_t2n/*.hpp $(top_srcdir)/glue_t2n/*.cpp $(srcdir)/index.doc $(top_srcdir)/utils/*.hpp $(top_srcdir)/utils/*.cpp Doxyfile
12         $(DOXYGEN)
13
14 EXTRA_DIST = index.doc Doxyfile.in