diff options
Diffstat (limited to 'doc/html/Tutor/Graphics/Makefile.in')
-rw-r--r-- | doc/html/Tutor/Graphics/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in index fdcb8b5..df5259b 100644 --- a/doc/html/Tutor/Graphics/Makefile.in +++ b/doc/html/Tutor/Graphics/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/Tutor/Graphics # Public doc files (to be installed)... @@ -401,6 +404,7 @@ install-strip: `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: |