Changeset 94 for trunk/Makefile

Show
Ignore:
Timestamp:
02/19/10 22:27:13 (2 years ago)
Author:
mgalloy
Message:

Cleaning up build process.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r93 r94  
    2828 
    2929        mv mgunit.sav mgunit-$(RELEASE)/ 
    30         cp -r docs mgunit-$(RELEASE)/ 
     30        svn export docs mgunit-$(RELEASE)/docs/ 
    3131        cp -r api-docs mgunit-$(RELEASE)/ 
    3232        cp src/error_is_fail.pro mgunit-$(RELEASE)/ 
     
    4848        mkdir mgunit-src-$(RELEASE)/ 
    4949 
    50         cp -r docs mgunit-src-$(RELEASE)/ 
     50        svn export docs mgunit-src-$(RELEASE)/docs/ 
    5151        cp -r api-docs mgunit-src-$(RELEASE)/ 
    5252        cp src/*.pro mgunit-src-$(RELEASE)/