diff options
author | lloyd <[email protected]> | 2009-07-14 19:11:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-14 19:11:06 +0000 |
commit | 74e0cb91382c0eb8b38184b047abcd05b9550a87 (patch) | |
tree | 4fb49e3d6f968779b37e84c347e071d15cf6a078 /configure.py | |
parent | 7370ffecb4f6a9250a55822f2327e973727bfa62 (diff) | |
parent | ab4eba564eaa084ab0738385252aad6336ab7364 (diff) |
merge of 'cd3b49c6cd609a1c81c7200e127063448f2254b7'
and 'e6d5e12d439e2f149f547f1afe47fea14e7863c2'
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.py b/configure.py index b07e8af16..23d7a0763 100755 --- a/configure.py +++ b/configure.py @@ -902,7 +902,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) |