From: Jens Thiele Date: Wed, 13 Dec 2006 16:27:35 +0000 (+0000) Subject: hack to get make distcheck to work - doxygen run will still not work when using a... X-Git-Tag: v0.2~27 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=fc922d87a02a9c171b9d95c4b40b8ae85f0fadc0;hp=48c8e2e490f68c59baf83ac2bf4f67a9b9ca2755 hack to get make distcheck to work - doxygen run will still not work when using a separate build directory --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 182c285..dbff2df 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -459,7 +459,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = index.doc ../src ../codegen +# todo: is it possible to use shell variables here? + +INPUT = . ../src ../codegen # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -468,7 +470,7 @@ INPUT = index.doc ../src ../codegen # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py -FILE_PATTERNS = +FILE_PATTERNS = *.hxx *.cpp *.doc # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. diff --git a/doc/Makefile.am b/doc/Makefile.am index dd647bc..01bc533 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,7 +8,8 @@ endif 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) + $(DOXYGEN) EXTRA_DIST = index.doc diff --git a/doc/index.doc b/doc/index.doc index 67d6189..2c83e3f 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -27,6 +27,6 @@ \endverbatim \subsection Usage - \sa file:../../../libt2n-examples/doc/html/index.html + Take a look at the example file:../../../libt2n-examples/doc/html/index.html */