# Build everything necessary to compile the wiki. SUBDIRS = posts/rel-vcs 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