From: rrt Date: Tue, 23 Oct 2001 14:35:12 +0000 (+0000) Subject: [project @ 2001-10-23 14:35:12 by rrt] X-Git-Tag: Approximately_9120_patches~746 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e940363a7b70bc3373ebebeff5fe5075b5b141ec [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. --- 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) $@