diff options
Diffstat (limited to 'doc/html/Makefile.in')
-rw-r--r-- | doc/html/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index b2238b3..2f39b5f 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -286,6 +286,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 # Subdirectories in build-order @@ -572,6 +575,7 @@ install-strip: `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: |