From e036283fbbed0c2995986816124c2a561f79fbc4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 17 Jun 2010 16:36:23 -0400 Subject: Add maintainer-clean target --- install/po/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/po') diff --git a/install/po/Makefile.in b/install/po/Makefile.in index 1c597ca9d..d3aa018ec 100644 --- a/install/po/Makefile.in +++ b/install/po/Makefile.in @@ -250,6 +250,8 @@ clean: mostlyclean distclean: clean rm -f Makefile +maintainer-clean: distclean + # We test our translations by taking the original untranslated string # (e.g. msgid) and prepend a prefix character and then append a suffix # character. The test consists of asserting that the first character in the -- cgit