Changeset 146

Show
Ignore:
Timestamp:
04/23/06 11:02:54 (3 years ago)
Author:
laurentj
Message:

inclusion des repertoires temp dans les archives lors du make

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/manifests/jelix-lib.mn

    r145 r146  
    251251  throbber.gif 
    252252 
     253cd temp 
  • trunk/build/manifests/myapp.mn

    r145 r146  
    2323  config.classic.ini.php.dist 
    2424  dbprofils.ini.php.dist 
     25cd temp/myapp 
  • trunk/build/manifests/testapp.mn

    r145 r146  
    7777cd testapp/var/overloads/testapp/locales 
    7878 
     79cd temp/testapp 
  • trunk/Makefile

    r143 r146  
    5656        && $(PHP) build/mkdist.php build/manifests/jelix-dev.mn . $(DISTJELIX) \ 
    5757        && echo "$(LIB_VERSION)" > "$(DISTJELIX)/lib/jelix/VERSION" 
    58         if [ ! -d "$(DISTJELIX)/temp" ] ; then mkdir $(DISTJELIX)/temp ; fi 
    5958        tar czf $(DIST)/jelix-lib-$(LIB_VERSION).tar.gz  -C $(DISTJELIX) lib/ temp/ 
    6059 
     
    6261        if [ ! -d "$(DISTJELIX)" ] ; then mkdir $(DISTJELIX) ; fi 
    6362        $(PHP) build/mkdist.php build/manifests/testapp.mn . $(DISTJELIX) 
    64         tar czf $(DIST)/testapp-$(LIB_VERSION).tar.gz  -C $(DISTJELIX) testapp/ 
     63        tar czf $(DIST)/testapp-$(LIB_VERSION).tar.gz  -C $(DISTJELIX) testapp/ temp/testapp/ 
    6564 
    6665dist-myapp: common 
    6766        if [ ! -d "$(DISTJELIX)" ] ; then mkdir $(DISTJELIX) ; fi 
    6867        $(PHP) build/mkdist.php build/manifests/myapp.mn . $(DISTJELIX) 
    69         tar czf $(DIST)/myapp-$(LIB_VERSION).tar.gz  -C $(DISTJELIX) myapp/ 
     68        tar czf $(DIST)/myapp-$(LIB_VERSION).tar.gz  -C $(DISTJELIX) myapp/ temp/myapp/ 
    7069 
    7170dev-jelix: common 
     
    7574        && $(PHP) build/mkdist.php build/manifests/jelix-dev.mn . $(DISTHACKER) \ 
    7675        && echo "$(LIB_VERSION)" > "$(DISTHACKER)/lib/jelix/VERSION" 
    77         if [ ! -d "$(DISTHACKER)/temp" ] ; then mkdir $(DISTHACKER)/temp ; fi 
    7876 
    7977dev-jelix-lib: common 
Download in other formats: Unified Diff Zip Archive