[project @ 2000-11-27 10:52:29 by rrt]
authorrrt <unknown>
Mon, 27 Nov 2000 10:52:29 +0000 (10:52 +0000)
committerrrt <unknown>
Mon, 27 Nov 2000 10:52:29 +0000 (10:52 +0000)
Removed vsgml->sgml rule: we no longer have vsgml.

mk/suffix.mk

index a65d898..074b22a 100644 (file)
@@ -195,10 +195,6 @@ endif
 #-----------------------------------------------------------------------------
 # SGML suffix rules
 #
-%.sgml : %.vsgml
-       @$(RM) $@
-       expand $< | $(SGMLVERB) > $@
-
 %.dvi : %.sgml
        @$(RM) $@
        $(SGML2DVI) $(SGML2DVI_OPTS) $<