Description: Create doc without previous binary build
Bug-Debian: https://bugs.debian.org/1024458
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 24 Nov 2022 11:36:18 +0100

--- a/doc/doxygen_cfg
+++ b/doc/doxygen_cfg
@@ -8,7 +8,7 @@ PROJECT_NAME           = Needle
 PROJECT_NUMBER         =
 PROJECT_BRIEF          = "An application for fast and efficient searches of NGS data."
 PROJECT_LOGO           =
-OUTPUT_DIRECTORY       = ${APP_TEMPLATE_DOXYGEN_OUTPUT_DIR}
+OUTPUT_DIRECTORY       = doc
 CREATE_SUBDIRS         = NO
 CREATE_SUBDIRS_LEVEL   = 8
 ALLOW_UNICODE_NAMES    = NO
@@ -121,9 +121,9 @@ WARN_LOGFILE           =
 #---------------------------------------------------------------------------
 # Configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ${CMAKE_SOURCE_DIR}/include \
-                         ${CMAKE_SOURCE_DIR}/src \
-                         ${CMAKE_SOURCE_DIR}/LICENSE.md
+INPUT                  = include \
+                         src \
+                         LICENSE.md
 INPUT_ENCODING         = UTF-8
 FILE_PATTERNS          = *.c \
                          *.cc \
