projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b2786
)
Add forgotten Galician language to the "all" target of the Makefile
REL_5-0-0
author
Guillaume (ioguix) de Rorthais
<ioguix@free.fr>
Mon, 29 Nov 2010 21:01:46 +0000
(22:01 +0100)
committer
Guillaume (ioguix) de Rorthais
<ioguix@free.fr>
Mon, 29 Nov 2010 21:01:46 +0000
(22:01 +0100)
lang/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/lang/Makefile
b/lang/Makefile
index bf4067dc0dcc9df88604036030fcceeafa7cbdbd..75a951218fb716e8df4038d3165bf52a81200566 100644
(file)
--- 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