X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=doc%2FMakefile.am;h=c1297febaeffbf3e4cea2b2fd9d0e58ee1b35566;hp=852d24983c23430d9e2d815fcc43043688eac880;hb=dbc9f1c33f77f6de59f3c2e99562236e2ab6a1d6;hpb=1e1f17bfc845a310878f49326fafa015ee36c698 diff --git a/doc/Makefile.am b/doc/Makefile.am index 852d249..c1297fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,6 +10,6 @@ all: $(MANUALS) # 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 - $(DOXYGEN) + 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