summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/fortran')
-rw-r--r--doc/html/fortran/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in
index 89ae5fe..d6e9343 100644
--- a/doc/html/fortran/Makefile.in
+++ b/doc/html/fortran/Makefile.in
@@ -273,6 +273,9 @@ H5CC = $(bindir)/h5cc
H5CC_PP = $(bindir)/h5pcc
H5FC = $(bindir)/h5fc
H5FC_PP = $(bindir)/h5pfc
+
+# .chkexe and .chksh files are used to mark tests that have run successfully.
+MOSTLYCLEANFILES = *.chkexe *.chksh
localdocdir = $(docdir)/hdf5/fortran
# Public doc files (to be installed)...
@@ -393,6 +396,7 @@ install-strip:
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
+ -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic: