diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-29 00:04:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-29 00:04:33 +0000 |
| commit | a28709f05088fea7337ca37c7854f85bf30fcaee (patch) | |
| tree | ae1ab7d386cdf36bdfcd3dfbcc4bbc7e589ac071 /debian/rules | |
| parent | 6a29e509f556806faf2e5c0c439e70d120e698a9 (diff) | |
New pt_PT translation from Tiago Casal Ribeiro.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b41487f86..dfd674597 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,8 @@ override_dh_auto_install: cp -a $(CDIST_LOCALE_PREFIX)/pl/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/pl/LC_MESSAGES/dcpomatic2-wxstd.mo mkdir -p debian/dcpomatic/usr/share/locale/ru/LC_MESSAGES/ cp -a $(CDIST_LOCALE_PREFIX)/ru/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/ru/LC_MESSAGES/dcpomatic2-wxstd.mo + mkdir -p debian/dcpomatic/usr/share/locale/pt/LC_MESSAGES/ + cp -a $(CDIST_LOCALE_PREFIX)/pt/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/pt/LC_MESSAGES/dcpomatic2-wxstd.mo .PHONY: override_dh_strip override_dh_strip: |
