From 4b1102916fee54095ef2bb3478d2dfbdc4e1a7e8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 13 May 2014 11:42:41 +0200 Subject: [PATCH] Fix installation of translations --- Makefile | 2 +- po/{it/messages.po => it.po} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename po/{it/messages.po => it.po} (100%) diff --git a/Makefile b/Makefile index b412a0f..b3d98fd 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_DIR = ${INSTALL} -d -m 755 INSTALL_SCRIPT = ${INSTALL_PROGRAM} -pck_catalogs := $(wildcard po/*/*.po) +pck_catalogs := $(wildcard po/*.po) .po.mo:; msgfmt $< -o $@ diff --git a/po/it/messages.po b/po/it.po similarity index 100% rename from po/it/messages.po rename to po/it.po