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 49 by douglas, 2010-05-04T22:50:30-07:00 vs.
Revision 50 by douglas, 2010-05-04T22:58:16-07:00

# Line 16 | Line 16 | all: build
16  
17   binary:
18   ifneq ($(OS),Windows_NT)
19 <        $(setup) bdist --formats egg
19 >        $(setup) bdist --formats egg upload -s
20   else
21 <        $(setup) bdist_wininst -p win32 --user-access-control auto
22 <        $(setup) bdist_wininst -p win-amd64 --user-access-control auto
21 >        $(setup) bdist_wininst -p win32 --user-access-control auto upload -s
22 >        $(setup) bdist_wininst -p win-amd64 --user-access-control auto upload -s
23   endif
24  
25   build:
# Line 33 | Line 33 | register:
33  
34   ifneq ($(OS),Windows_NT)
35   source:
36 <        $(setup) sdist --formats bztar,gztar,zip
36 >        $(setup) sdist --formats bztar,gztar,zip upload -s
37   endif
38
39 upload:
40        $(setup) upload -s

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines