Small corrections. Compiles and builds.
[libt2n] / doc / Makefile.am
CommitLineData
59adb9e2
TJ
1CLEANFILES = rm -rf html man
2
3if HAVE_DOXYGEN
4MANUALS = html/index.html
5else
6MANUALS =
7endif
8
9all: $(MANUALS)
10
0a8803cc 11html/index.html: $(top_srcdir)/src/*.cpp $(top_srcdir)/src/*.hxx $(top_srcdir)/codegen/*.hxx $(top_srcdir)/codegen/*.cpp $(srcdir)/index.doc Doxyfile
53d60743 12 $(DOXYGEN)
d321225e 13
8003c93e 14EXTRA_DIST = index.doc Doxyfile.in