# Build everything necessary to compile the wiki. SUBDIRS = posts/drexel-thesis posts/Hooke posts/problempack posts/rel-vcs \ posts/sawsim posts/yacc2dot posts/Xmodmap posts/XSLT/chapter posts/XSLT/code TARGETS = all clean all : $(TARGETS) : @for i in $(SUBDIRS); do \ echo "make $@ in $$i..."; \ (cd $$i; $(MAKE) $(MFLAGS) $@); done