aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan.doxy.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-01 21:59:19 +0000
committerlloyd <[email protected]>2009-07-01 21:59:19 +0000
commit21308960d04c28e90ee63485b4d95636f4fe9240 (patch)
tree10fff059d3ad0127f20f61001dce1c6be808ada1 /src/build-data/botan.doxy.in
parent461602d1d2662cdad9f898bc350d9074b267cc6a (diff)
Change the makefile template language somewhat. Previously variables
had been denoted with @{var:NAME}, this has changed to %{NAME}. This is pretty much a wash for configure.pl but it makes it much easier to process the templates using Python's string.Template. The logic being the 'var:' prefix had been to support conditional statements in the templates (using an 'if:' prefix), but this functionality was not being used and support for it is removed from configure.pl in this revision. For a similiar reason, rename a number of template variables with hyphens in their name to use underscores instead. This is slightly more consistent anyway (since many variable names had already used _ instead of -) but more importantly makes them much easier to deal with using aforementioned Python template code. This should not result in any user-visible change (unless I messed up).
Diffstat (limited to 'src/build-data/botan.doxy.in')
-rw-r--r--src/build-data/botan.doxy.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in
index 82796a272..2da5e1244 100644
--- a/src/build-data/botan.doxy.in
+++ b/src/build-data/botan.doxy.in
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = Botan
-PROJECT_NUMBER = @{var:version}
+PROJECT_NUMBER = %{version}
OUTPUT_DIRECTORY = doc/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English