# doc/manual/Makefile for DOC++
# Copyright (c) 1999 Dragos Acostachioaie

DOCXX = ../../src/doc++

all:	html

html:
	$(DOCXX) -d html doc.dxx

tex:
	$(DOCXX) -v -t -o doc.tex -ep a4wide doc.dxx
	latex doc
	latex doc

ps:	tex
	dvips -o doc.ps doc.dvi

clean:
	rm -rf html/ *.tex *.ps *.dvi *.gif *.class gifs.db
