GUACAMOLE-423: Automatically populate package version within Doxyfile.
This commit is contained in:
parent
89912dc657
commit
798ba1e5be
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@
|
|||||||
.deps/
|
.deps/
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.libs/
|
.libs/
|
||||||
|
Doxyfile
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
16
Makefile.am
16
Makefile.am
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user