all:	../html/Makefile
	cd ../html ; make -f Makefile

../html/Makefile:	files makemf
	if [ ! -d ../html ] ; then mkdir ../html ; fi
	makemf
