Reenabled all compile flags.
[libasyncio] / doc / Makefile.am
CommitLineData
cbc85b6f
GE
1CLEANFILES = rm -rf html man
2
3if HAVE_DOXYGEN
4MANUALS = html/index.html
5else
6MANUALS =
7endif
8
9all: $(MANUALS)
10
aba4c34d 11html/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
cbc85b6f
GE
12 $(DOXYGEN)
13
54a7b217 14EXTRA_DIST = index.doc Doxyfile.in