From 12f4225d6ba6ecf2b989719a287f8ed1f7fb6bf5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jul 2010 14:02:10 +0200 Subject: Makefile.am: fix out-of-tree doxygen call This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced. --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 625e070a..ddece77e 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -534,7 +534,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src +INPUT = src/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit v1.2.3