
html:
	sgml2html gt-doc.sgml
	
tex:
	sgml2latex --output=tex gt-doc.sgml

ps:
	sgml2latex --output=ps  gt-doc.sgml

text:
	sgml2txt  gt-doc.sgml

all:    html ps tex text

distrib: html text
