]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - locale/Makefile
Drop binary .mo localization files from git repo to aid in development.
[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 $@ $<