summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume (ioguix) de Rorthais2010-11-29 21:01:46 +0000
committerGuillaume (ioguix) de Rorthais2010-11-29 21:01:46 +0000
commita3426b9b441eae5ab9a3a9b8301239b91e57428d (patch)
tree920636edc493fc6e0bc64cce79ab4bd3a95c67a0
parent28b2786d535dc58a86464d25302d9e3acc7d1b55 (diff)
Add forgotten Galician language to the "all" target of the MakefileREL_5-0-0
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
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