Skip to content

Commit

Permalink
Don't build kits when publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 7, 2009
1 parent fee80f5 commit 8572e7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ coverage:

WEBHOME = c:/ned/web/stellated/pages/code/modules

publish: kit
#cp coverage.py $(WEBHOME)
#cp test_coverage.py $(WEBHOME)
#cp coverage_coverage.py $(WEBHOME)
publish:
cp doc/coverage.px $(WEBHOME)
cp dist/coverage-* $(WEBHOME)

Expand Down

0 comments on commit 8572e7e

Please sign in to comment.