From: simonm Date: Wed, 28 Jan 1998 12:08:45 +0000 (+0000) Subject: [project @ 1998-01-28 12:08:45 by simonm] X-Git-Tag: Approx_2487_patches~1042 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=685b0e088d6737296da331d553fa29811cb2372f [project @ 1998-01-28 12:08:45 by simonm] Hmmm, .vsgml rule was wrong. Not sure how that happened. --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 4b6d966..8fc22b7 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -192,7 +192,7 @@ SRC_HC_PRE += $(HC_PRE__) %.sgml : %.vsgml @$(RM) $@ - expand $*.verb | $(SGMLVERB) > $@ + expand $*.vsgml | $(SGMLVERB) > $@ %.tex : %.sgml @$(RM) $@