DOC := autotest_mk CSS := style.css SAMPLE := sample MKDIR := mkdir -p RMRF := rm -rf RSYNC := rsync .PHONY: base all clean base: $(DOC).info $(DOC).html all: base $(DOC)_html $(DOC).pdf $(DOC).html: $(SAMPLE) $(SAMPLE): $(SAMPLE)/triangle $(SAMPLE)/sort $(SAMPLE)/triangle: ../sample/triangle/test if test ! -e $(dir $@); then $(MKDIR) $(dir $@); fi $(RSYNC) -az $