# man Makefile for sclj-3.0 and beyond

include ../Make.vars

%:
	for i in 1; do (cd man$$i && $(MAKE) $@); done

