diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index ee74c3d..981cf79 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -277,6 +277,9 @@ 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 + # Add doc-specific include # Subdirectories in build-order @@ -519,6 +522,7 @@ install-strip: `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: |