
all: tutorial user-guide weak-mutation race manpages trouble

FORCE:

tutorial:	FORCE
	cd $@; make $(TARGET)
user-guide:	FORCE
	cd $@; make $(TARGET)
weak-mutation:	FORCE
	cd $@; make $(TARGET)
race:	FORCE
	cd $@; make $(TARGET)
manpages:	FORCE
	cd $@; make $(TARGET)
trouble:	FORCE
	cd $@; make $(TARGET)

clean distclean ps text txt remake:
	make "TARGET=$@"
