Changeset 49
- Timestamp:
- 04/09/09 10:14:36 (3 years ago)
- Location:
- trunk/mgunit
- Files:
-
- 4 added
- 1 modified
- 3 moved
-
COPYING (moved) (moved from trunk/mgunit/docs/COPYING) (1 prop)
-
docs/findgen_ut__define.pro (added)
-
docs/indgen_uts__define.pro (added)
-
docs/indgen_ut__define.pro (added)
-
docs/using-mgunit.txt (added)
-
Makefile (modified) (2 diffs)
-
RELEASE (moved) (moved from trunk/mgunit/docs/RELEASE) (1 prop)
-
src/test-templates.xml (moved) (moved from trunk/mgunit/docs/test-templates.xml) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit/COPYING
-
trunk/mgunit/Makefile
r46 r49 4 4 IDL=idl 5 5 6 .PHONY: doc cleandist6 .PHONY: all doc clean dist srcdist 7 7 8 8 all: … … 33 33 cp src/error_is_pass.pro mgunit-$(RELEASE)/ 34 34 cp src/style.css mgunit-$(RELEASE)/ 35 cp src/test-templates.xml mgunit-$(RELEASE)/ 36 cp COPYING mgunit-$(RELEASE)/ 37 cp RELEASE mgunit-$(RELEASE)/ 35 38 36 39 zip -r mgunit-$(RELEASE).zip mgunit-$(RELEASE)/* 37 40 rm -rf mgunit-$(RELEASE) 41 42 srcdist: 43 rm -rf mgunit-src-$(RELEASE) 44 rm -rf api-docs/ 45 46 $(IDL) -e mgunit_build_docs 47 48 mkdir mgunit-src-$(RELEASE)/ 49 50 cp -r docs mgunit-src-$(RELEASE)/ 51 cp -r api-docs mgunit-src-$(RELEASE)/ 52 cp src/*.pro mgunit-src-$(RELEASE)/ 53 cp src/style.css mgunit-src-$(RELEASE)/ 54 cp src/dist_tools/mg_src_root.pro mgunit-src-$(RELEASE)/ 55 cp src/cmdline_tools/mg_ansicode.pro mgunit-src-$(RELEASE)/ 56 cp src/test-templates.xml mgunit-src-$(RELEASE)/ 57 cp COPYING mgunit-src-$(RELEASE)/ 58 cp RELEASE mgunit-src-$(RELEASE)/ 59 60 zip -r mgunit-src-$(RELEASE).zip mgunit-src-$(RELEASE)/* 61 rm -rf mgunit-src-$(RELEASE) 62 -
trunk/mgunit/RELEASE
-
trunk/mgunit/src/test-templates.xml
