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/
|
||||
.dirstamp
|
||||
.libs/
|
||||
Doxyfile
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
|
16
Makefile.am
16
Makefile.am
@ -75,13 +75,13 @@ if ENABLE_GUACENC
|
||||
SUBDIRS += src/guacenc
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
.dockerignore \
|
||||
CONTRIBUTING \
|
||||
Dockerfile \
|
||||
LICENSE \
|
||||
NOTICE \
|
||||
bin/guacctl \
|
||||
doc/Doxyfile \
|
||||
EXTRA_DIST = \
|
||||
.dockerignore \
|
||||
CONTRIBUTING \
|
||||
Dockerfile \
|
||||
LICENSE \
|
||||
NOTICE \
|
||||
bin/guacctl \
|
||||
doc/Doxyfile.in \
|
||||
src/guacd-docker
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user