summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-11-12 15:35:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-11-12 15:36:04 (GMT)
commit142a1d76bb392c62c30fc231ac9aeb66b06e1b7b (patch)
tree303092cd78e406e45cc0b879429e92330090b9f6 /src
parent04e50c876cfa48458402b2fa8a412feed472b58e (diff)
downloadhdf5-142a1d76bb392c62c30fc231ac9aeb66b06e1b7b.zip
hdf5-142a1d76bb392c62c30fc231ac9aeb66b06e1b7b.tar.gz
hdf5-142a1d76bb392c62c30fc231ac9aeb66b06e1b7b.tar.bz2
Add missing entries, remove m4 reference
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40e5233..f61b2a6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -204,13 +204,9 @@ $(top_srcdir)/src/H5overflow.h: $(top_srcdir)/src/H5overflow.txt
perl $(top_srcdir)/bin/make_overflow $?
# doxygen support
-doxygen:
- rm -fr $(top_builddir)/hdf5lib_docs
- env $(DX_ENV) \
- PROJECT_NAME="HDF5" \
- SRCDIR=$(top_srcdir) \
- OUTPUTDIR=$(top_builddir)/hdf5lib_docs \
- $(DX_DOXYGEN) $(top_builddir)/$(DX_CONFIG)
+if BUILD_DOXYGEN_CONDITIONAL
+doxygen: doxygen-doc
+endif
# Add TRACE macros to library source files. This is done via the trace script
# in the hdf5/bin directory. If the file contains HDF5 API macros, a "clean"