From a3426b9b441eae5ab9a3a9b8301239b91e57428d Mon Sep 17 00:00:00 2001 From: "Guillaume (ioguix) de Rorthais" Date: Mon, 29 Nov 2010 22:01:46 +0100 Subject: [PATCH] Add forgotten Galician language to the "all" target of the Makefile --- lang/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/Makefile b/lang/Makefile index bf4067dc..75a95121 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -53,7 +53,8 @@ TARGETS=polish \ hebrew \ catalan \ romanian \ - greek + greek \ + galician all: prepare ${TARGETS} @for p in ${TARGETS} ; do chmod 644 ${DESTDIR}/$$p.php ; done -- 2.39.5