Changeset 243 for Makefile


Ignore:
Timestamp:
05/21/10 23:50:18 (6 years ago)
Author:
mmckerns
Message:

again fixing so epydoc and setup.py are happy with "mystic.math"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r241 r243  
    66 
    77doc: 
     8        cp -rf mystic/_math mystic/math 
    89        epydoc --config mystic.epydoc 
     10        rm -rf mystic/math 
    911        mkdir html 
    1012        mv -f shared,mpi html/mystic-${VERSION} 
Note: See TracChangeset for help on using the changeset viewer.