Skip to content

Commit

Permalink
l10n: eliminate mo building from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Jun 8, 2016
1 parent 1542414 commit db8d4f6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ SPRITE_DIR = ${IMAGES_DIR}/sprite
FORMATS=--formats=bztar
TEST_ENV_NAME = pootle_test_env

.PHONY: all build clean sprite test pot mo mo-all help docs assets
.PHONY: all build clean sprite test pot help docs assets

all: help

build: docs mo assets
build: docs assets
python setup.py sdist ${FORMATS} ${TAIL}

assets:
Expand Down Expand Up @@ -84,12 +84,6 @@ put-translations:
linguas:
@${SRC_DIR}/tools/make-LINGUAS.sh 80 > ${SRC_DIR}/locale/LINGUAS

mo:
python setup.py build_mo ${TAIL}

mo-all:
python setup.py build_mo --all

jslint:
cd ${JS_DIR} \
&& npm run lint
Expand All @@ -111,6 +105,4 @@ help:
@echo " pot - update the POT translations templates"
@echo " get-translations - retrieve Pootle translations from server (requires ssh config for pootletranslations)"
@echo " linguas - update the LINGUAS file with languages over 80% complete"
@echo " mo - build MO files for languages listed in 'pootle/locale/LINGUAS'"
@echo " mo-all - build MO files for all languages (only use for testing)"
@echo " publish-pypi - publish on PyPI"

0 comments on commit db8d4f6

Please sign in to comment.