From 873fcc7e1514ea5a45372fdd304a6b59b364efdb Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob.mottram@codethink.co.uk> Date: Wed, 9 Dec 2015 09:20:54 +0000 Subject: [PATCH] Don't make translations on all --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5af3ddb30..6e27cecb1 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ RELEASE=1 PREFIX?=/usr/local all: - bash -c "./translate make" debug: - bash -c "./translate make" translations: + bash -c "./translate make" +alltranslations: bash -c "./translate translations" source: tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs -- GitLab