subdirs += hhl subdirs += handbook site.txz: $(subdirs) tar cJf $@ site $(subdirs): $(MAKE) -C $@ clean: rm -rf site .PHONY: $(subdirs) clean