]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - locale/Makefile
Merge branch 'fixes/private_scope_on_tags' into social-master
[quix0rs-gnu-social.git] / locale / Makefile
1 # Warning: do not transform tabs to spaces in this file.
2
3 all : translations
4
5 trans = $(patsubst %.po,%.mo,$(wildcard */LC_MESSAGES/statusnet.po))
6
7 translations : $(trans)
8
9 clean :
10         rm -f $(trans)
11
12 %.mo : %.po
13         msgfmt -o $@ $<