###########################################################################
# Desc: Makefile for documentation
# Author: Andrew Howard
# Date: 5 May 2002
# CVS: $Id: Makefile,v 1.1 2002/05/06 05:32:59 inspectorg Exp $
###########################################################################

include ../Makefile.opt

all:
	cd tex && make all && cp mezzanine.pdf ..

clean:
	cd tex && make clean

install:
	$(MKDIR) -p $(INSTALL_DOC)	
	$(INSTALL) -m 644 mezzanine.pdf $(INSTALL_DOC)
