summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerd Heber <gheber@hdfgroup.org>2021-12-04 00:54:24 (GMT)
committerGitHub <noreply@github.com>2021-12-04 00:54:24 (GMT)
commit63835409d7e62539cdf25047f5ffb9b88fb252e4 (patch)
treec5d721b29118bf5595f37728ce1aff062fcb848f /configure.ac
parent9f128f4f5734629825f06dffaf6194aa4a6b70c9 (diff)
downloadhdf5-63835409d7e62539cdf25047f5ffb9b88fb252e4.zip
hdf5-63835409d7e62539cdf25047f5ffb9b88fb252e4.tar.gz
hdf5-63835409d7e62539cdf25047f5ffb9b88fb252e4.tar.bz2
Fixed minor issues. (#1257)
* Fixed minor issues. * Whoops. Forgot to commit these. * CMake update. * One more time.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5cc5df..b3b7fe5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1198,7 +1198,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
DOXYGEN_HTML_HEADER='$(SRCDIR)/doxygen/hdf5_header.html'
DOXYGEN_HTML_FOOTER='$(SRCDIR)/doxygen/hdf5_footer.html'
DOXYGEN_HTML_EXTRA_STYLESHEET='$(SRCDIR)/doxygen/hdf5doxy.css'
- DOXYGEN_HTML_EXTRA_FILES='$(SRCDIR)/doxygen/hdf5_navtree_hacks.js $(SRCDIR)/doxygen/img/ftv2node.png $(SRCDIR)/doxygen/img/ftv2pnode.png'
+ DOXYGEN_HTML_EXTRA_FILES='$(SRCDIR)/doxygen/hdf5_navtree_hacks.js $(SRCDIR)/doxygen/img/FF-IH_FileGroup.gif $(SRCDIR)/doxygen/img/FF-IH_FileObject.gif $(SRCDIR)/doxygen/img/FileFormatSpecChunkDiagram.jpg $(SRCDIR)/doxygen/img/ftv2node.png $(SRCDIR)/doxygen/img/ftv2pnode.png $(SRCDIR)/doxygen/img/HDFG-logo.png $(SRCDIR)/doxygen/img/IOFlow2.gif $(SRCDIR)/doxygen/img/IOFlow3.gif $(SRCDIR)/doxygen/img/IOFlow.gif $(SRCDIR)/doxygen/img/PaletteExample1.gif $(SRCDIR)/doxygen/img/Palettes.fm.anc.gif'
DOXYGEN_TAG_FILE=hdf5.tag
DOXYGEN_SERVER_BASED_SEARCH=NO
DOXYGEN_EXTERNAL_SEARCH=NO