mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Generate the Doxygen tag file inside the html output directory (hdf5lib_docs/html/hdf5.tag) instead of at the build root. The S3 documentation publishing (daily "latest", release zip, and publish-release) all derive from the docs-doxygen artifact, which is uploaded from the build-tree html directory. Placing the tag file there makes it flow to every destination, e.g. https://support.hdfgroup.org/documentation/hdf5/latest/hdf5.tag Since the tag file now lives inside html/, the existing DIRECTORY install already installs it to ${HDF5_INSTALL_DOC_DIR}/html/hdf5.tag, so the redundant standalone install(FILES ...) is removed (it would otherwise reference a file that no longer exists at the build root).