summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile7
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3986ba50..321f4996 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
dist/
build/
locales/
+/inx/
diff --git a/Makefile b/Makefile
index 4c31f17e..1cc223e4 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,16 @@ dist: distclean locales
distclean:
rm -rf build dist *.spec *.tar.gz
+.PHONY: inx
+inx:
+ mkdir -p inx
+ bin/generate-inx-files
+
+.PHONY: messages.po
messages.po:
rm -f messages.po
pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments .
-.PHONY: messages.po
.PHONY: locales
locales:
# message files will look like this: