diff options
author | Guillaume (ioguix) de Rorthais | 2010-11-29 21:01:46 +0000 |
---|---|---|
committer | Guillaume (ioguix) de Rorthais | 2010-11-29 21:01:46 +0000 |
commit | a3426b9b441eae5ab9a3a9b8301239b91e57428d (patch) | |
tree | 920636edc493fc6e0bc64cce79ab4bd3a95c67a0 | |
parent | 28b2786d535dc58a86464d25302d9e3acc7d1b55 (diff) |
Add forgotten Galician language to the "all" target of the MakefileREL_5-0-0
-rw-r--r-- | lang/Makefile | 3 |
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 |