ロゴ
エクスプローラー ヘルプ
サインイン
eliseuamaro/gnu-social
1
0
フォーク 0
gnu-social はフォーク済み
フォーク元 GNUsocial/gnu-social
コード イシュー プルリクエスト リリース Wiki アクティビティ
gnu-social/locale/Makefile

14 行
227 B
Makefile
Raw 通常表示 履歴

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 $@ $<
新しいイシューから参照 パーマリンクをコピー
Powered by Gitea ページ: 22ms テンプレート: 1ms
日本語
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 Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
ライセンス API