GUACAMOLE-423: Automatically populate package version within Doxyfile.

This commit is contained in:
Michael Jumper 2017-12-06 00:34:47 -08:00
parent 89912dc657
commit 798ba1e5be
4 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@
.deps/
.dirstamp
.libs/
Doxyfile
Makefile
Makefile.in
aclocal.m4

View File

@ -82,6 +82,6 @@ EXTRA_DIST = \
LICENSE \
NOTICE \
bin/guacctl \
doc/Doxyfile \
doc/Doxyfile.in \
src/guacd-docker

View File

@ -1196,6 +1196,7 @@ AM_CONDITIONAL([ENABLE_GUACENC], [test "x${enable_guacenc}" = "xyes" \
#
AC_CONFIG_FILES([Makefile
doc/Doxyfile
tests/Makefile
src/common/Makefile
src/common-ssh/Makefile

View File

@ -22,7 +22,7 @@
#
PROJECT_NAME = libguac
PROJECT_NUMBER = 0.9.13-incubating
PROJECT_NUMBER = @PACKAGE_VERSION@
#
# Warn about undocumented parameters and return values, but do not fill output