Changeset 144 for Makefile


Ignore:
Timestamp:
05/15/09 11:59:47 (7 years ago)
Author:
mmckerns
Message:

sync doc between wiki and source, per ticket #33

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r143 r144  
    33#--------------------------------------------------- 
    44 
    5 all: doc 
     5all: doc reminder 
    66 
    77doc: 
     
    1010        mv -f shared,opt html/mystic-${VERSION} 
    1111 
     12# remind to search for /'</ and delete ' 
     13reminder: 
     14        echo "........................................................................." 
     15        echo "before posting: edit module-tree.html & models-module.html to remove (')s" 
     16        echo "before posting: check that the version correct in all source locations" 
     17        echo "........................................................................." 
     18 
    1219clean: 
    1320        cd mystic; mm; cd .. 
Note: See TracChangeset for help on using the changeset viewer.