From d2aa066499c6bbae7da8dc52258595a41b27b971 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 27 Mar 2002 20:16:30 +0000 Subject: Add a catclean target to remove .pot and all the .mo, .po.old, and .po files. I'm tired of "make distclean" removing these, requiring a cvs update. "make distclean" is now the same as "make clean" --- messages/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/messages/Makefile.in b/messages/Makefile.in index cc5f206b9..e8457bb2b 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -105,11 +105,13 @@ doinstall: finish: clean: - -rm -f marked.files docstring.files *.pot + -rm -f marked.files docstring.files -distclean: - -rm -f Makefile */LC_MESSAGES/mailman.mo */LC_MESSAGES/mailman.po.old $(POTFILE) +distclean: clean +catclean: + -rm -f Makefile */LC_MESSAGES/mailman.mo */LC_MESSAGES/mailman.po.old $(POTFILE) + -rm *.pot marked.files: @echo "Calculating marked input files for pygettext" -- cgit v1.2.3-70-g09d2