diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-02 20:29:10 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-02 22:12:02 -0500 |
commit | a6e9f2b911ce13618b3f0fcd3d23ecb6471e07ba (patch) | |
tree | d89c0ee26eab3d025493635291ca6e711f6f28e3 /Makefile.am | |
parent | c7332b0844e28d9b70c3c763b929f105c1056fe8 (diff) |
catalog: rename files to specify language in the filename
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4007d2ada2..f238d85200 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3248,9 +3248,9 @@ pkgconfiglib_DATA += \ src/journal/libsystemd-journal.pc dist_catalog_DATA = \ - catalog/systemd-fr.catalog \ - catalog/systemd-ru.catalog \ - catalog/systemd-it.catalog \ + catalog/systemd.fr.catalog \ + catalog/systemd.ru.catalog \ + catalog/systemd.it.catalog \ catalog/systemd.catalog SOCKETS_TARGET_WANTS += \ |