From: Guillaume (ioguix) de Rorthais Date: Mon, 29 Nov 2010 21:01:46 +0000 (+0100) Subject: Add forgotten Galician language to the "all" target of the Makefile X-Git-Tag: REL_5-0-0 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a3426b9b441eae5ab9a3a9b8301239b91e57428d;p=phppgadmin.git Add forgotten Galician language to the "all" target of the Makefile --- 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