[PATCH 1 of 2] Fix 'make distclean' complaint about po/mutt.pot
# HG changeset patch
# User Matthias Andree <matthias.andree@xxxxxx>
# Date 1247000124 -7200
# Branch HEAD
# Node ID 79480ef7658cc3bb64c1add23ef2b9a9e4c06ab8
# Parent d5e03a46518c96ab3aa9f89114160be34631baf0
Fix 'make distclean' complaint about po/mutt.pot.
diff -r d5e03a46518c -r 79480ef7658c po/Makefile.in.in
--- a/po/Makefile.in.in Tue Jul 07 15:03:53 2009 +0200
+++ b/po/Makefile.in.in Tue Jul 07 22:55:24 2009 +0200
@@ -159,7 +159,7 @@
clean: mostlyclean
distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo
+ rm -f Makefile Makefile.in POTFILES *.mo $(PACKAGE).pot
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"