Changeset 94 for trunk/Makefile
- Timestamp:
- 02/19/10 22:27:13 (2 years ago)
- Files:
-
- 1 modified
-
trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r93 r94 28 28 29 29 mv mgunit.sav mgunit-$(RELEASE)/ 30 cp -r docs mgunit-$(RELEASE)/30 svn export docs mgunit-$(RELEASE)/docs/ 31 31 cp -r api-docs mgunit-$(RELEASE)/ 32 32 cp src/error_is_fail.pro mgunit-$(RELEASE)/ … … 48 48 mkdir mgunit-src-$(RELEASE)/ 49 49 50 cp -r docs mgunit-src-$(RELEASE)/50 svn export docs mgunit-src-$(RELEASE)/docs/ 51 51 cp -r api-docs mgunit-src-$(RELEASE)/ 52 52 cp src/*.pro mgunit-src-$(RELEASE)/
