From 9c62e223d331543f915b8819385348c466de3c14 Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Wed, 17 Oct 2012 08:46:59 +0200 Subject: Install all .mo files on all targets Linux didn't have a locale install target, and Windows didn't install aliased locale files. Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f907892c..9275561b7 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,11 @@ install: $(NAME) $(INSTALL) -d -m 755 $(XSLTDIR); \ $(INSTALL) -m 644 $(XSLTFILES) $(XSLTDIR); \ fi + for LOC in $(wildcard share/locale/*/LC_MESSAGES); do \ + $(INSTALL) -d -m 755 $(prefix)/$$LOC; \ + $(INSTALL) $$LOC/subsurface.mo $(prefix)/$$LOC/subsurface.mo; \ + done + install-macosx: $(NAME) $(INSTALL) -d -m 755 $(MACOSXINSTALL)/Contents/Resources @@ -184,9 +189,9 @@ install-cross-windows: $(NAME) $(INSTALL) -d -m 755 $(WINDOWSSTAGING)/$$MSG;\ $(INSTALL) $(CROSS_PATH)/$$MSG/* $(WINDOWSSTAGING)/$$MSG;\ done - for MSG in $(MSGOBJS); do\ - $(INSTALL) -d -m 755 $$(dirname $(WINDOWSSTAGING)/$$MSG);\ - $(INSTALL) $$MSG $(WINDOWSSTAGING)/$$MSG;\ + for LOC in $(wildcard share/locale/*/LC_MESSAGES); do \ + $(INSTALL) -d -m 755 $(WINDOWSSTAGING)/$$LOC; \ + $(INSTALL) $$LOC/subsurface.mo $(WINDOWSSTAGING)/$$LOC/subsurface.mo; \ done file.o: file.c dive.h file.h -- cgit v1.2.3-70-g09d2