# Altered by Unix TeX
# to produce only the section on DVI Stuff 
# in the original MC-TeX User's Guide.
#
# Copyright (c) 1987, 1989 University of Maryland
# Department of Computer Science.  All rights reserved.
# Permission to copy for any purpose is hereby granted
# so long as this copyright notice remains intact.
#
# Makefile for MC-TeX documentation (user's guide and internals)
SHELL=	/bin/sh

.SUFFIXES: .dvi .tex

all:	mctex-ugdvi.dvi

.tex.dvi:
	sh rlatex.sh $*

# does not get installed
install:

clean:
	rm -f *.dvi *.log

cleandir: clean
	rm -f *.aux *.toc
	rm -f .depend

depend:
	sh texdep.sh -l mctex-ugdvi >.depend

lint:
