diff options
author | Jack Lloyd <[email protected]> | 2017-09-24 19:14:44 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-24 19:14:44 -0400 |
commit | 3fd5092d5ae8ad6d9cba0a737f1f74f5823dea33 (patch) | |
tree | c768aee33583f23f5c5b8b479088fc1db012d7c1 /src/build-data | |
parent | b3dacffa086336385f8bf8cee8edeeb8c1c5af10 (diff) |
Make it possible to build the website from outside src dir
[ci skip]
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/botan.doxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index 2b203a323..d3d4944e2 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -79,7 +79,7 @@ WARN_AS_ERROR = YES #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = src/lib +INPUT = %{src_dir}/lib INPUT_ENCODING = UTF-8 FILE_PATTERNS = RECURSIVE = YES |