From 55ed75588cd2fda1eef134aa054193136ccd8416 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 24 May 2006 15:42:29 +0000 Subject: [PATCH] Explicitly remove all compiled gettext catalogs from make dist (in case the gettext version were including them in make dist) because they will be compiled at compile time anyway. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14177 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index dd77dce643..266d43f500 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,6 +156,7 @@ distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f ${srcdir}/{} || echo {}' ';' dist-hook: po/POTFILES.in + rm -f $(distdir)/po/*.gmo distcheck-hook: @e=''; \