apis 0.4.1

Reactive, session-oriented, asynchronous process-calculus framework
PANDOC_STRING = pandoc -s --ascii --toc --toc-depth=6 --number-sections -f markdown -t html

.PHONY: foo
%: foo
	$(PANDOC_STRING) $@ -o $@.html

# dummy rule to prevent Makefile from trying to make itself
MakefileMd: ;