From d2f93d3706099dec2c5a968c5cf8262d1789d0d2 Mon Sep 17 00:00:00 2001
From: Pavel Roskin <proski@gnu.org>
Date: Wed, 21 Sep 2011 10:59:19 -0400
Subject: [PATCH] doc: Use correct path for kerneldoc2doxygen.pl

Refer to kerneldoc2doxygen.pl as doc/kerneldoc2doxygen.pl since doxygen
is run in the top-level source directory.

Signed-off-by: Pavel Roskin <proski@gnu.org>
---
 doc/doxygen.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen.conf b/doc/doxygen.conf
index 20e6641ef..dfd69278f 100644
--- a/doc/doxygen.conf
+++ b/doc/doxygen.conf
@@ -674,7 +674,7 @@ IMAGE_PATH             = doc
 # If FILTER_PATTERNS is specified, this tag will be
 # ignored.
 
-INPUT_FILTER           = kerneldoc2doxygen.pl
+INPUT_FILTER           = doc/kerneldoc2doxygen.pl
 
 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
 # basis.