add no folder in Makefile. thx stian. it is wise we build -3 for .exe
This commit is contained in:
parent
dc2df539f4
commit
0f7d487a26
|
@ -1,6 +1,6 @@
|
||||||
top_srcdir = ../src/
|
top_srcdir = ../src/
|
||||||
NAME = gajim
|
NAME = gajim
|
||||||
LANGS := fr pt el pl es ru bg de nb cs nl pt_BR sv it eu sk
|
LANGS := fr pt el pl es ru bg de nb cs nl pt_BR sv it eu sk no
|
||||||
LANGDIR := $(foreach LANG, $(LANGS),$(LANG)/LC_MESSAGES/gajim.mo)
|
LANGDIR := $(foreach LANG, $(LANGS),$(LANG)/LC_MESSAGES/gajim.mo)
|
||||||
|
|
||||||
all: $(LANGDIR)
|
all: $(LANGDIR)
|
||||||
|
|
Loading…
Reference in New Issue