Logo
Explore Help
Sign In
GNUsocial/gnu-social
4
0
Fork 1
You've already forked gnu-social
Code Issues Releases Wiki Activity
gnu-social/locale/Makefile

14 lines
227 B
Makefile
Raw Normal View History

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
# Warning: do not transform tabs to spaces in this file.
all : translations
Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04)
2009-12-01 20:46:52 +00:00
trans = $(patsubst %.po,%.mo,$(wildcard */LC_MESSAGES/statusnet.po))
translations : $(trans)
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
clean :
Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04)
2009-12-01 20:46:52 +00:00
rm -f $(trans)
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
%.mo : %.po
msgfmt -o $@ $<
Copy Permalink
Powered by Gitea Page: 37ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API