zips/Makefile

8 lines
126 B
Makefile
Raw Normal View History

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