Merge pull request #188 from dcrosta/makefile-hack

make targets in docs/Makefile available at top level
This commit is contained in:
Kenneth Reitz
2012-07-28 13:57:26 -07:00
+7 -2
View File
@@ -1,2 +1,7 @@
build:
cd docs && make html
.PHONY: build
build: html
# this pattern rule lets you run "make build" (or any other target
# in docs/Makefile) in this directory as though you were in docs/
%:
cd docs && make $@