From b14e1970c5f240a9ffc41cb1e2d94280959b1638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 14 Sep 2008 11:52:48 +0000 Subject: [PATCH] add launchpad target git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23826 ec53bebd-3082-4978-b11e-865c3cabbd6b --- po/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index d3ec92493..09e5d7f3a 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -66,4 +66,7 @@ FILES = \ heimdal_krb5/sv_SE.po EXTRA_DIST = gen-po.in $(FILES) -CLEANFILES = gen-po.tmp $(noinst_SCRIPTS) +CLEANFILES = gen-po.tmp $(noinst_SCRIPTS) heimdal-pot.tar.gz + +launchpad: + tar Czcf $(top_srcdir) $(top_builddir)/po/heimdal-pot.tar.gz $$(cd $(top_srcdir) && find . -name '*.pot')