[project @ 2001-10-23 14:35:12 by rrt]
authorrrt <unknown>
Tue, 23 Oct 2001 14:35:12 +0000 (14:35 +0000)
committerrrt <unknown>
Tue, 23 Oct 2001 14:35:12 +0000 (14:35 +0000)
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

index fbf8d3d..60308b3 100644 (file)
@@ -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) $@