Skip to content

Commit

Permalink
Copy modifed makefile from 0.2 tag.
Browse files Browse the repository at this point in the history
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@743 ead46cd0-7350-4e37-8683-fc4c6f79bf00
  • Loading branch information
Christopher Burns committed Nov 21, 2009
1 parent 6afa088 commit f494d3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ sdist: zipdoc
@echo "Building source distribution..."
python setup.py sdist
@echo "Done building source distribution."

# XXX copy documentation.zip to dist directory.
# XXX Somewhere the doc/_build directory is removed and causes
# this script to fail.

egg: zipdoc
@echo "Building egg..."
python setup.py bdist_egg
@echo "Done building egg."
@echo "Done building egg."

0 comments on commit f494d3e

Please sign in to comment.