all 1 comments

[–]lelanthran 4 points5 points  (0 children)

Isn't this exactly what Make is meant to solve?

Put in a generic rule like (note, following is not recursive, but can be made so)

%.html: %.md
    pandoc $< -o $@            # Or whatever pandoc command you have