summaryrefslogtreecommitdiffstats
path: root/doc/html/TechNotes/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/TechNotes/Makefile.in')
-rw-r--r--doc/html/TechNotes/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in
index d489138..2dc4278 100644
--- a/doc/html/TechNotes/Makefile.in
+++ b/doc/html/TechNotes/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/TechNotes
# Public doc files (to be installed)...
@@ -402,6 +405,7 @@ install-strip:
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
+ -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic: