litex/doc/Makefile
Florent Kermarrec 4864e08b88 add Setup.py / .gitignore
start documentation
2012-09-18 00:22:52 +02:00

8 lines
113 B
Makefile

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