### Makefile for whist directory ### Jan 6 2004 ### P.L. Nageoire %.html: %.tex $(MK_HTML) $< OBJECTS = Whist.html JH-Contribution.html arcanes-1.0.html DIRS = all: files dirs clean files: $(OBJECTS) dirs: $(foreach d,$(DIRS), $(MAKE) -C $(d);) clean: rm -f *~ chmod --recursive o-rwx auto chmod o-rwx *.tex chmod o-rwx Makefile Whist.html: Whist.tex JH-Contribution.html: JH-Contribution.tex arcanes-1.0.html: arcanes-1.0.tex