Changeset 125 for Makefile


Ignore:
Timestamp:
03/24/09 13:00:13 (7 years ago)
Author:
mmckerns
Message:

added authors, license, copyright, and etc information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r124 r125  
    11#--------------------------------------------------- 
    2 SOURCES =  
     2VERSION = 0.1a1 
    33#--------------------------------------------------- 
    44 
     
    77doc: 
    88        epydoc --config mystic.epydoc 
    9         mv -f shared,opt html 
     9        mkdir html 
     10        mv -f shared,opt html/mystic-${VERSION} 
    1011 
    1112clean: 
Note: See TracChangeset for help on using the changeset viewer.