diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-06-17 16:36:23 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-06-24 14:23:27 -0400 |
commit | e036283fbbed0c2995986816124c2a561f79fbc4 (patch) | |
tree | 4dc38d2c7f16be04bc6714f8d7df4a09dadf4ad5 | |
parent | 09fb073e8210f1c8239c0b253672e613822fc553 (diff) | |
download | freeipa-e036283fbbed0c2995986816124c2a561f79fbc4.tar.gz freeipa-e036283fbbed0c2995986816124c2a561f79fbc4.tar.xz freeipa-e036283fbbed0c2995986816124c2a561f79fbc4.zip |
Add maintainer-clean target
-rw-r--r-- | install/po/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |