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