ソースを参照

Allowing i18n to be extracted as a component

Jose Lorenzo Rodriguez 11 年 前
コミット
c79a9241d0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -6,7 +6,7 @@
 # Use the version number to figure out if the release
 # Use the version number to figure out if the release
 # is a pre-release
 # is a pre-release
 PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false')
 PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false')
-COMPONENTS= log utility cache datasource core collection event validation database
+COMPONENTS= log utility cache datasource core collection event validation database i18n
 CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ')
 CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ')
 
 
 # Github settings
 # Github settings