summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-19 12:29:36 (GMT)
committerGitHub <noreply@github.com>2022-07-19 12:29:36 (GMT)
commit3a079e839099e1fbc6cbe5e6510606c25583a96e (patch)
tree0b744ec56433e1af9bf4011f4c1d95cbce24efe5 /configure.ac
parentdaf9562f7768660a86ef933ab41a7b67342ad377 (diff)
downloadhdf5-3a079e839099e1fbc6cbe5e6510606c25583a96e.zip
hdf5-3a079e839099e1fbc6cbe5e6510606c25583a96e.tar.gz
hdf5-3a079e839099e1fbc6cbe5e6510606c25583a96e.tar.bz2
Add doxygen chapter for files, fix autotools images (#1908)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 976f1c9..dd4f8c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1185,6 +1185,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
AC_SUBST([DOXYGEN_PACKAGE])
AC_SUBST([DOXYGEN_VERSION_STRING])
+ AC_SUBST([DOXYGEN_DIR])
AC_SUBST([DOXYGEN_INCLUDE_ALIASES])
AC_SUBST([DOXYGEN_PROJECT_LOGO])
AC_SUBST([DOXYGEN_PROJECT_BRIEF])
@@ -1209,6 +1210,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
# SRCDIR Environment variables used inside doxygen macro for the source location:
DOXYGEN_PACKAGE=${PACKAGE_NAME}
DOXYGEN_VERSION_STRING=${PACKAGE_VERSION}
+ DOXYGEN_DIR='$(SRCDIR)/doxygen'
DOXYGEN_INCLUDE_ALIASES='$(SRCDIR)/doxygen/aliases'
DOXYGEN_PROJECT_LOGO='$(SRCDIR)/doxygen/img/HDFG-logo.png'
DOXYGEN_PROJECT_BRIEF=''