Skip to content

Commit

Permalink
[BUG #6849] build website modules
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwagner committed Jun 28, 2013
1 parent a52911f commit 910ff4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/admin/release/Makefile.release
Expand Up @@ -450,6 +450,8 @@ build-components:
elif [ "$$COMPONENT" = "website" ]; then \
( cd component/standalone/$$COMPONENT && $(CMD_GENERATOR) build ) || exit 1; \
( cd component/standalone/$$COMPONENT && $(CMD_GENERATOR) build-min ) || exit 1; \
( cd component/standalone/$$COMPONENT && $(CMD_GENERATOR) build-module-all ) || exit 1; \
( cd component/standalone/$$COMPONENT && $(CMD_GENERATOR) build-module-all-min ) || exit 1; \
( cd component/standalone/$$COMPONENT && $(CMD_GENERATOR) api ) || exit 1; \
( cd component/standalone/$$COMPONENT && $(CMD_GENERATOR) test ) || exit 1; \
elif [ "$$COMPONENT" = "server" ]; then \
Expand Down

0 comments on commit 910ff4f

Please sign in to comment.