source: Makefile @ 374

Revision 374, 807 bytes checked in by mmckerns, 6 years ago (diff)

moved multilogger code to scripts;
log_reader can stop at desired iteration

Line 
1#---------------------------------------------------
2VERSION = 0.2a2.dev
3#---------------------------------------------------
4
5all: doc reminder
6
7doc:
8        cp -rf mystic/_math mystic/math
9        cp -f branches/dummy/__init__.py mystic/scripts
10        epydoc --config mystic.epydoc
11        rm -rf mystic/math
12        rm -f mystic/scripts/__init__.py
13        mkdir html
14        mv -f shared,mpi html/mystic-${VERSION}
15
16# remind to search for /'</ and delete '
17reminder:
18        echo "........................................................................."
19        echo "before posting: edit module-tree.html & models-module.html to remove (')s"
20        echo "before posting: check that the version correct in all source locations"
21        echo "........................................................................."
22
23clean:
24        cd mystic; mm; cd ..
25
26restore: clean
27        rm -rf html
Note: See TracBrowser for help on using the repository browser.