From e940363a7b70bc3373ebebeff5fe5075b5b141ec Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 23 Oct 2001 14:35:12 +0000 Subject: [PATCH] [project @ 2001-10-23 14:35:12 by rrt] When an SGML doc "foo" is built as HTML, touch "foo.html", so that the build system can tell it has been built. --- mk/suffix.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/suffix.mk b/mk/suffix.mk index fbf8d3d..60308b3 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -228,6 +228,8 @@ endif # $(JADE) -t sgml -V html-index -d $(SGMLSTYLESHEET) -c $(DOCBOOK_CATALOG) $< # $(PERL) $(COLLATEINDEX) -N -o index.sgml $(SGML2HTML) $(SGML2HTML_OPTS) $< +# touch the .html file so that it is seen to be built + @touch $@ %.html : %.tex @$(RM) $@ -- 1.7.10.4