# Makefile for draft # BASENAME = TT-Debian SGML2HTML = sgml21html # SGML2HTML = sgml21html SGML2TEXT = sgml2txt -l ja -c nippon -f .SUFFIXES: .sgml .html .SUFFIXES: .sgml .txt .sgml.html: $(SGML2HTML) $< .sgml.txt: $(SGML2TEXT) $< default: $(BASENAME).txt $(BASENAME).html install: clean: rm -f $(BASENAME).txt $(BASENAME)*.html