Skip to content

Commit

Permalink
Makefile was looking for I18N_PATH in removed module
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitche committed Jan 6, 2012
1 parent 5c10fda commit 5f0c23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/Makefile
Expand Up @@ -53,7 +53,7 @@ clean_pyx:
rm -f $(PYX_BUILDSTAMP) $(PYX_C_FILES) $(PYX_SO_FILES)

#################### i18n
I18NPATH := $(shell $(PYTHON) -c 'from r2.lib.i18n import I18N_PATH; print I18N_PATH')
I18NPATH := $(shell $(PYTHON) -c 'from r2.lib.translation import I18N_PATH; print I18N_PATH')
STRINGS_FILE := r2/lib/strings.py
RAND_STRINGS_FILE := r2/lib/rand_strings.py
POTFILE := $(I18NPATH)/r2.pot
Expand Down

0 comments on commit 5f0c23a

Please sign in to comment.