X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=c1297febaeffbf3e4cea2b2fd9d0e58ee1b35566;hb=1e2463ad9deaa43ac766da4e5bb992535d403130;hp=c8180cebfcaae11f379c68b82ac84c22923267fe;hpb=a930cc995e41002986df3d6c9b722eea11fd6627;p=libt2n diff --git a/doc/Makefile.am b/doc/Makefile.am index c8180ce..c1297fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,5 +8,8 @@ endif all: $(MANUALS) -html/index.html: $(top_srcdir)/src/*.cpp $(top_srcdir)/src/*.hxx $(top_srcdir)/codegen/*.hxx $(top_srcdir)/codegen/*.cpp - $(DOXYGEN) +# todo: separate build dir still doesn't work +html/index.html: $(top_srcdir)/src/*.cpp $(top_srcdir)/src/*.hxx $(top_srcdir)/codegen/*.hxx $(top_srcdir)/codegen/*.cpp $(srcdir)/index.doc + if test -f header.html; then $(DOXYGEN); else echo "FIXME: doxygen documentation cannot be built using a seperate build directory"; fi + +EXTRA_DIST = index.doc header.html