litex/doc/Makefile

9 lines
111 B
Makefile

PYTHON=c:\Python32\python
all:
pandoc -o build/miscope.pdf miscope.rst
clean:
rm -rf build/*
.PHONY: clean