From f3130e06c976b1573e2b83cbdaed1c4be6aa409f Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 27 Jul 2017 16:30:03 -0400 Subject: [PATCH] Add i18n flag file back to makefile This was accidentally deleted during the repo split --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7542e41193..340ba2719a 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,8 @@ SETUP_TAR_CHECKSUM=$(NAME)-setup-CHECKSUM UI_DEPS_FLAG_FILE = awx/ui/.deps_built UI_RELEASE_FLAG_FILE = awx/ui/.release_built +I18N_FLAG_FILE = .i18n_built + .DEFAULT_GOAL := build .PHONY: clean clean-tmp clean-venv rebase push requirements requirements_dev \