From f99e553d989945e44f81bd56307cb9c9a049b3a2 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 20 Aug 2018 15:07:12 -0400 Subject: add mkdir -p inx bin/generate-inx-files target and gitignore entry --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3