diff options
| author | bwarsaw | 2002-03-27 20:16:30 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-27 20:16:30 +0000 |
| commit | d2aa066499c6bbae7da8dc52258595a41b27b971 (patch) | |
| tree | dec96aa154abc9d399852b93be34ff4e52461e78 | |
| parent | dcd50bfa7f1d54b2c2f0139a5350614048014229 (diff) | |
| download | mailman-d2aa066499c6bbae7da8dc52258595a41b27b971.tar.gz mailman-d2aa066499c6bbae7da8dc52258595a41b27b971.tar.zst mailman-d2aa066499c6bbae7da8dc52258595a41b27b971.zip | |
| -rw-r--r-- | messages/Makefile.in | 8 |
1 files 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" |
