clean:
	-rm *.html *.gif prog.tex


DFILES=README Makefile

dist:
	mkdir ..$(Z)$(DISTDIR)$(Z)doc++
	$(LN) $(DFILES) ..$(Z)$(DISTDIR)$(Z)doc++
