]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - locale/Makefile
Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next...
[quix0rs-gnu-social.git] / locale / Makefile
1 # Warning: do not transform tabs to spaces in this file.
2
3 all : translations
4
5 translations : */LC_MESSAGES/statusnet.mo
6
7 clean :
8         rm -f */LC_MESSAGES/statusnet.mo
9
10 %.mo : %.po
11         msgfmt -o $@ $<