diff doc/module.mk @ 21108:9310b9bb163b

use names beginning with '.' for stamp files. * doc/module.mk (.octave-html-stamp): Rename from ".html-stamp". * scripts/java/module.mk (.images-stamp): Rename from "images.stamp". * test/module.mk (.bc-overload-tests-stamp): Rename from "bc-overload-tests.stamp".
author John W. Eaton <jwe@octave.org>
date Tue, 19 Jan 2016 14:38:35 -0500
parents 31d41418fa57
children 61ca546e1942
line wrap: on
line diff
--- a/doc/module.mk	Tue Jan 19 08:43:03 2016 -0800
+++ b/doc/module.mk	Tue Jan 19 14:38:35 2016 -0500
@@ -242,7 +242,7 @@
 
 OCTAVE_HTML_DIR = doc/interpreter/octave.html
 OCTAVE_HTML_TMP_DIR = $(OCTAVE_HTML_DIR:.html=.htp)
-OCTAVE_HTML_STAMP = $(OCTAVE_HTML_DIR)/.html-stamp
+OCTAVE_HTML_STAMP = $(OCTAVE_HTML_DIR)/.octave-html-stamp
 
 $(srcdir)/doc/interpreter/octave.info: $(DOC_IMAGES_TXT) $(octave_TEXINFOS)
 doc/interpreter/octave.dvi: $(DOC_IMAGES_EPS) $(octave_TEXINFOS)