summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-01 12:24:14 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit7282776c05c2fb254ae65b63977ba604be316038 (patch)
tree8fddeaa4cfedaedd369aa31bf44560e3888721e1 /po
parentfa8a468dba0ed866497669bd9c08b7de3a2cfbe3 (diff)
downloadfreeipa-7282776c05c2fb254ae65b63977ba604be316038.tar.gz
freeipa-7282776c05c2fb254ae65b63977ba604be316038.tar.xz
freeipa-7282776c05c2fb254ae65b63977ba604be316038.zip
Build: fix distdir target for translations
It now distributes po, pot, Makefile.in, and associated text files. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in
index c2f843935..b42d8fc6d 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -76,7 +76,7 @@ C_POTFILES = $(C_FILES) $(H_FILES)
.SUFFIXES:
.SUFFIXES: .po .mo
-.PHONY: all create-po update-po update-pot install mostlyclean clean distclean test mo-files debug strip-po merge-po $(po_files)
+.PHONY: all create-po update-po update-pot install mostlyclean clean distclean distdir test mo-files debug strip-po merge-po $(po_files)
all:
@@ -192,6 +192,11 @@ clean: mostlyclean
distclean: clean
rm -f Makefile
+distdir:
+ cp $(po_files) $(distdir)
+ cp $(DOMAIN).pot $(distdir)
+ cp LINGUAS Makefile.in README contributing_translators.txt $(distdir)
+
maintainer-clean: distclean
test: