libt2n: (reinhard) little bugfix in codegen for dealing with nested namespaces; incre...
[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
fc922d87 11# todo: separate build dir still doesn't work
d321225e 12html/index.html: $(top_srcdir)/src/*.cpp $(top_srcdir)/src/*.hxx $(top_srcdir)/codegen/*.hxx $(top_srcdir)/codegen/*.cpp $(srcdir)/index.doc
dbc9f1c3 13 if test -f header.html; then $(DOXYGEN); else echo "FIXME: doxygen documentation cannot be built using a seperate build directory"; fi
d321225e 14
1e1f17bf 15EXTRA_DIST = index.doc header.html