]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - locale/Makefile
shortenLinks _after_ media upload to be consistent with api
[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 $@ $<