zips/Makefile

5 lines
89 B
Makefile
Raw Normal View History

%.md: %.rst
pandoc -s -o $@ $<
default: $(addsuffix .md,$(basename $(wildcard *.rst)))