gnu-social/locale/Makefile
Brion Vibber 769b3a37dd Drop binary .mo localization files from git repo to aid in development.
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging.
2009-11-30 12:25:49 -08:00

12 lines
193 B
Makefile

# Warning: do not transform tabs to spaces in this file.
all : translations
translations : */LC_MESSAGES/statusnet.mo
clean :
rm -f */LC_MESSAGES/statusnet.mo
%.mo : %.po
msgfmt -o $@ $<