X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=01bc53353c7095c50cf63bc913c20fac728f004c;hb=5f5fa5fc0cbb49c63e1ab1dee6722e4b89c727ea;hp=09edab33648c4a2e10524cdab2ecfb4b73b10ee7;hpb=59adb9e24e4ac66b2623742c3b9c81a1c20ff9f0;p=libt2n diff --git a/doc/Makefile.am b/doc/Makefile.am index 09edab3..01bc533 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,5 +8,8 @@ endif all: $(MANUALS) -html/index.html: ../src/*.cpp ../src/*.hxx - $(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 + $(DOXYGEN) + +EXTRA_DIST = index.doc