doxygen documentation cannot be built using a seperate build directory but we do...
[libt2n] / 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 # todo: separate build dir still doesn't work
12 html/index.html: $(top_srcdir)/src/*.cpp $(top_srcdir)/src/*.hxx $(top_srcdir)/codegen/*.hxx $(top_srcdir)/codegen/*.cpp $(srcdir)/index.doc
13         if test -f header.html; then $(DOXYGEN); else echo "FIXME: doxygen documentation cannot be built using a seperate build directory"; fi
14
15 EXTRA_DIST = index.doc header.html