From 34da5de04933121116ed1d4120993ea64a1b92b2 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 21 Dec 2012 00:38:12 +0100 Subject: [PATCH] Fix 'make distcheck': missing txt2c* and po/mutt.pot cleanup --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b980fcd8..53bfe52e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,8 @@ EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO UPDATING \ README.SSL smime.h group.h \ muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \ ChangeLog mkchangelog.sh mutt_idna.h \ - snprintf.c regex.c crypt-gpgme.h hcachever.sh.in + snprintf.c regex.c crypt-gpgme.h hcachever.sh.in \ + txt2c.c txt2c.sh EXTRA_SCRIPTS = smime_keys @@ -113,7 +114,7 @@ conststrings.c: txt2c config.status CLEANFILES = mutt_dotlock.c keymap_alldefs.h $(BUILT_SOURCES) -DISTCLEANFILES= flea smime_keys txt2c +DISTCLEANFILES= flea smime_keys txt2c po/mutt.pot ACLOCAL_AMFLAGS = -I m4 -- 2.40.0