From: rrt Date: Mon, 27 Nov 2000 10:52:07 +0000 (+0000) Subject: [project @ 2000-11-27 10:52:07 by rrt] X-Git-Tag: Approximately_9120_patches~3251 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3e0f2190bc123f8bb0482fdba3327a04409de7f5;p=ghc-hetmet.git [project @ 2000-11-27 10:52:07 by rrt] Removed second copy of sgml->ps rule and added latex->html rule (for use with HeVeA). --- diff --git a/mk/suffix.mk b/mk/suffix.mk index b27778e..a65d898 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -211,9 +211,9 @@ endif @$(RM) $@ $(SGML2HTML) $(SGML2HTML_OPTS) $< -%.ps : %.sgml +%.html : %.tex @$(RM) $@ - $(SGML2PS) $(SGML2PS_OPTS) $< + $(LATEX2HTML) $(LATEX2HTML_OPTS) $< %.rtf : %.sgml @$(RM) $@