aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 626a40c8d..84bc38e8f 100755
--- a/configure.py
+++ b/configure.py
@@ -176,7 +176,7 @@ class BuildConfigurationInformation(object):
yield cmd_for('manual')
if options.with_doxygen:
- yield 'doxygen %s' + os.sep + 'botan.doxy' % (self.build_dir)
+ yield 'doxygen %s%sbotan.doxy' % (self.build_dir, os.sep)
self.build_doc_commands = '\n'.join(['\t' + s for s in build_doc_commands()])