#

PS = \
	appguide.ps 

include ../Makefile.texrules

all: appguide.ps html
	# Copy output to VIPSHOME/doc
	cp appguide.ps ../../ps

appguide.dvi: fileformat.tex func.tex intro.tex iosys.tex mydefs.tex

.PHONEY: html
html: appguide.dvi
	-rm -rf appguide
	latex2html -show_section_numbers -white appguide 
	-rm -rf ../../html/appguide
	cp -r appguide ../../html/appguide

.PHONEY: clean 
clean:
	-rm -f $(PS) $(DVI) $(AUX) $(LOG) $(LOF) $(LOT) $(TOC)
	-rm -rf appguide 
