Changeset 166 for pyyaml/trunk/Makefile

Show
Ignore:
Timestamp:
05/15/06 07:24:32 (6 years ago)
Author:
xi
Message:

Final touches before the release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/Makefile

    r156 r166  
    2020dist: build 
    2121        ${PYTHON} setup.py sdist --formats=zip,gztar 
     22 
     23windist: build 
    2224        ${PYTHON} setup.py bdist_wininst 
    2325