]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
doc: Use correct path for kerneldoc2doxygen.pl
authorPavel Roskin <proski@gnu.org>
Wed, 21 Sep 2011 14:59:19 +0000 (10:59 -0400)
committerJouni Malinen <j@w1.fi>
Wed, 21 Sep 2011 21:41:21 +0000 (00:41 +0300)
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

index 20e6641efd89b642ea24a0f83b06a18e4a160988..dfd69278f6292092394252a793395b4d852b9456 100644 (file)
@@ -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.