Changeset 125:012e8c7bc4cd for Makefile

Show
Ignore:
Timestamp:
11/08/08 17:24:43 (3 years ago)
Author:
chris
Branch:
unix
Message:

update distutils files to pack the main runner and docs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r122 r125  
    66clean: 
    77        rm -f $(TRASH) 
     8        rm -rf build dist 
    89        cd StormSiren && rm -f $(TRASH) 
    910 
    10 pack: clean packbz2 packzip 
     11pack: clean packsrc makepkgs 
    1112 
    12 packbz2: 
    13         cd .. && tar -cvf $(HOME)/StormSiren-$(DATE).tar stormsiren 
    14         bzip2 -9 $(HOME)/StormSiren-$(DATE).tar 
    15         ls -alh $(HOME)/StormSiren-$(DATE).tar.bz2 
     13packsrc: 
     14        python setup.py sdist --formats zip,gztar 
    1615 
    17 packzip: 
    18         cd .. && zip -9r $(HOME)/StormSiren-$(DATE).zip stormsiren ${EXCLUDES} 
    19         ls -alh $(HOME)/StormSiren-$(DATE).zip 
     16makepkgs: 
     17        python setup.py bdist_rpm 
     18 
     19packwin: 
     20        python setup.py bdist_wininst