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/ .deps/
.dirstamp .dirstamp
.libs/ .libs/
Doxyfile
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4

View File

@ -75,13 +75,13 @@ if ENABLE_GUACENC
SUBDIRS += src/guacenc SUBDIRS += src/guacenc
endif endif
EXTRA_DIST = \ EXTRA_DIST = \
.dockerignore \ .dockerignore \
CONTRIBUTING \ CONTRIBUTING \
Dockerfile \ Dockerfile \
LICENSE \ LICENSE \
NOTICE \ NOTICE \
bin/guacctl \ bin/guacctl \
doc/Doxyfile \ doc/Doxyfile.in \
src/guacd-docker src/guacd-docker

View File

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

View File

@ -22,7 +22,7 @@
# #
PROJECT_NAME = libguac 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 # Warn about undocumented parameters and return values, but do not fill output