head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2000.08.07.18.22.59;	author curt;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision.
@
text
@BASE=SGMagVar

all: $(BASE)/$(BASE).html

$(BASE).dvi:  $(BASE).tex
	latex $(BASE)
	latex $(BASE)

$(BASE)/$(BASE).html: $(BASE).dvi
	latex2html -split 0 -nonavigation $(BASE)
@
