summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 034d0db5..93448f65 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ locale-update: locale/messages.pot
.PHONY: locale-compile
locale-compile:
(for lang in `echo $(LANGUAGES)`; do \
+ echo compiling $$lang; \
$(pybabel) -q compile -d locale -l $$lang --use-fuzzy ; \
done)
@@ -61,7 +62,6 @@ locale: locale-update locale-compile
# Run the jinja2 templating engine to expand templates to HTML
# incorporating translations.
template: locale-compile
-
env BASEURL=$(opt_baseurl) ./make_site.py
.PHONY: run