Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-paul committed Feb 22, 2018
1 parent 625e65a commit 0d20003
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Expand Up @@ -17,12 +17,13 @@ config: clean config-stamp
mkdir -p ./$(DC)/locales
cp -pRf ./locales/README ./locales/en ./locales/fr ./$(DC)/locales/

## Remove tests directories and test stuff
## Remove tests directories and test stuff, idem for doxygen documentation
rm -fr ./$(DC)/inc/libs/clearbricks/tests ./$(DC)/inc/libs/clearbricks/composer.* \
./$(DC)/inc/libs/clearbricks/.atoum.* ./$(DC)/inc/libs/clearbricks/vendor \
./$(DC)/inc/libs/clearbricks/bin ./$(DC)/inc/libs/clearbricks/_dist \
./$(DC)/.atoum.* ./$(DC)/test ./$(DC)/travis \
./$(DC)/features ./$(DC)/travis ./$(DC)/behat.yml.dist ./$(DC)/composer.*
./$(DC)/.atoum.* ./$(DC)/tests ./$(DC)/travis \
./$(DC)/features ./$(DC)/travis ./$(DC)/behat.yml.dist ./$(DC)/composer.* \
./$(DC)/doxygen ./$(DC)/clearbricks/doxygen

## Create cache, var, db, plugins, themes and public folders
mkdir ./$(DC)/cache ./$(DC)/var ./$(DC)/db ./$(DC)/plugins ./$(DC)/themes ./$(DC)/public
Expand Down

0 comments on commit 0d20003

Please sign in to comment.