mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-04 11:47:18 +00:00
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:
parent
5da4d5479a
commit
b6ba64c1eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
*.so*
|
||||
.deps
|
||||
.version
|
||||
doc
|
||||
Makefile
|
||||
Makefile.in
|
||||
corosync.spec
|
||||
|
@ -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
|
@ -133,7 +133,8 @@ AC_CONFIG_FILES([Makefile
|
||||
cts/agents/Makefile
|
||||
cts/CTSvars.py
|
||||
tools/Makefile
|
||||
conf/Makefile])
|
||||
conf/Makefile
|
||||
Doxyfile])
|
||||
|
||||
### Local business
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user