docs: auto-generate the version

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Angus Salkeld 2011-03-12 19:39:04 +11:00
parent 5da4d5479a
commit b6ba64c1eb
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.so*
.deps
.version
doc
Makefile
Makefile.in
corosync.spec

View File

@ -31,7 +31,7 @@ PROJECT_NAME = corosync
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.75
PROJECT_NUMBER = @VERSION@
# Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.
@ -1639,7 +1639,7 @@ DOTFILE_DIRS =
# contain msc files that are included in the documentation (see the
# \mscfile command).
MSCFILE_DIRS =
#MSCFILE_DIRS =
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
# nodes that will be shown in the graph. If the number of nodes in a graph

View File

@ -133,7 +133,8 @@ AC_CONFIG_FILES([Makefile
cts/agents/Makefile
cts/CTSvars.py
tools/Makefile
conf/Makefile])
conf/Makefile
Doxyfile])
### Local business