Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
commit
95663e70df
@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
all : translations
|
all : translations
|
||||||
|
|
||||||
translations : */LC_MESSAGES/statusnet.mo
|
trans = $(patsubst %.po,%.mo,$(wildcard */LC_MESSAGES/statusnet.po))
|
||||||
|
|
||||||
|
translations : $(trans)
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f */LC_MESSAGES/statusnet.mo
|
rm -f $(trans)
|
||||||
|
|
||||||
%.mo : %.po
|
%.mo : %.po
|
||||||
msgfmt -o $@ $<
|
msgfmt -o $@ $<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user