Add forgotten Galician language to the "all" target of the Makefile
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 29 Nov 2010 21:01:46 +0000 (22:01 +0100)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 29 Nov 2010 21:10:33 +0000 (22:10 +0100)
lang/Makefile

index bf4067dc0dcc9df88604036030fcceeafa7cbdbd..75a951218fb716e8df4038d3165bf52a81200566 100644 (file)
@@ -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