aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-13 14:53:01 +0000
committerlloyd <[email protected]>2009-07-13 14:53:01 +0000
commitab4eba564eaa084ab0738385252aad6336ab7364 (patch)
treedc6e2104924c2a68109c60116a14d0e35478f88d
parent84d45233b6b520f6d20fc82d2230add91125830e (diff)
Generate the botan.doxy file in configure.py
-rwxr-xr-xconfigure.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 3269b855e..ed6e6779c 100755
--- a/configure.py
+++ b/configure.py
@@ -886,7 +886,8 @@ def setup_build(build_config, options, template_vars):
for (template, sink) in [('buildh.in', 'build.h'),
('botan-config.in', 'botan-config'),
- ('botan.pc.in', build_config.pkg_config_file())]:
+ ('botan.pc.in', build_config.pkg_config_file()),
+ ('botan.doxy.in', 'botan.doxy')]:
templates_to_proc[os.path.join(options.build_data, template)] = \
os.path.join(build_config.build_dir, sink)