[project @ 1998-01-28 12:08:45 by simonm]
authorsimonm <unknown>
Wed, 28 Jan 1998 12:08:45 +0000 (12:08 +0000)
committersimonm <unknown>
Wed, 28 Jan 1998 12:08:45 +0000 (12:08 +0000)
Hmmm, .vsgml rule was wrong.  Not sure how that happened.

mk/suffix.mk

index 4b6d966..8fc22b7 100644 (file)
@@ -192,7 +192,7 @@ SRC_HC_PRE  += $(HC_PRE__)
 
 %.sgml : %.vsgml
        @$(RM) $@
-       expand $*.verb | $(SGMLVERB) > $@
+       expand $*.vsgml | $(SGMLVERB) > $@
 
 %.tex : %.sgml
        @$(RM) $@