Skip to content

Commit

Permalink
BF: tune up tm- Makefile helper rule so it could be used on tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 7, 2011
1 parent 4bd1ddb commit 411be92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -372,8 +372,9 @@ dt-%: build
| grep -v filter.py | grep -v channel.py | grep "$*")

tm-%: build
@PYTHONPATH=.:$(CURDIR)/doc/examples:$(PYTHONPATH) \
@PYTHONPATH=.:$(TUT_DIR):$(CURDIR)/doc/examples:$(PYTHONPATH) \
MVPA_MATPLOTLIB_BACKEND=agg \
MVPA_LOCATION_TUTORIAL_DATA=$(TUT_DIR) \
MVPA_DATADB_ROOT=datadb \
$(NOSETESTS) --with-doctest --doctest-extension .rst \
--doctest-tests doc/source/$*.rst
Expand Down

0 comments on commit 411be92

Please sign in to comment.