ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/GNUmakefile
(Generate patch)

Comparing trunk/GNUmakefile (file contents):
Revision 47 by douglas, 2009-09-14T23:22:36-07:00 vs.
Revision 48 by douglas, 2010-05-04T22:50:30-07:00

# Line 10 | Line 10 | else
10   setup := $(CURDIR)/setup.py
11   endif
12  
13 < .PHONY: all binary build clean register source
13 > .PHONY: all binary build clean register source upload
14  
15   all: build
16  
# Line 35 | Line 35 | ifneq ($(OS),Windows_NT)
35   source:
36          $(setup) sdist --formats bztar,gztar,zip
37   endif
38 +
39 + upload:
40 +        $(setup) upload -s

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines