Skip to content
Snippets Groups Projects
Commit e33c6897 authored by Jean-Noël Avila's avatar Jean-Noël Avila
Browse files

Fix makefile in case a translation does not yield any output


In case there's not any output files yet from a translation, the lang
directory is not created and the build fails.

Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
parent 02441807
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ update-sources:
define MAKE_TARGET
$(1)_$(2):
@mkdir -p $(2)
$(QUIET_LANG) $(2) -f ../makefile.locale $(1) lang=$(2)
$(1): $(1)_$(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment