Merge pull request #203 from johtso/patch-1
[python-guide.git] / Makefile
1 .PHONY: build
2 build: html
3
4 # this pattern rule lets you run "make build" (or any other target
5 # in docs/Makefile) in this directory as though you were in docs/
6 %:
7         cd docs && make $@