Dotclear

Changeset 3260:cf9f7abdac2e for Makefile


Ignore:
Timestamp:
07/01/16 11:54:57 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add /var directory, closes #236 (until further needs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2999 r3260  
    2525            ./$(DC)/features ./$(DC)/travis ./$(DC)/behat.yml.dist ./$(DC)/composer.* 
    2626 
    27      ## Create cache, db, plugins and public folders 
    28      mkdir ./$(DC)/cache ./$(DC)/db ./$(DC)/plugins ./$(DC)/public ./$(DC)/themes 
     27     ## Create cache, var, db, plugins, themes and public folders 
     28     mkdir ./$(DC)/cache ./$(DC)/var ./$(DC)/db ./$(DC)/plugins ./$(DC)/themes ./$(DC)/public 
    2929     cp -p inc/.htaccess ./$(DC)/cache/ 
     30     cp -p inc/.htaccess ./$(DC)/var/ 
    3031     cp -p inc/.htaccess ./$(DC)/db/ 
    3132     cp -p inc/.htaccess ./$(DC)/plugins/ 
     
    7374     ## Create digest 
    7475     cd $(DC) && ( \ 
    75           md5sum `find . -type f -not -path "./inc/digest" -not -path "./cache/*" -not -path "./db/*" -not -path ./CHANGELOG` \ 
     76          md5sum `find . -type f -not -path "./inc/digest" -not -path "./cache/*" -not -path "./var/*" -not -path "./db/*" -not -path ./CHANGELOG` \ 
    7677          > inc/digests \ 
    7778     ) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map