Legend:
- Unmodified
- Added
- Removed
-
Makefile
r143 r144 3 3 #--------------------------------------------------- 4 4 5 all: doc 5 all: doc reminder 6 6 7 7 doc: … … 10 10 mv -f shared,opt html/mystic-${VERSION} 11 11 12 # remind to search for /'</ and delete ' 13 reminder: 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 12 19 clean: 13 20 cd mystic; mm; cd ..
Note: See TracChangeset
for help on using the changeset viewer.