Update of /cvsroot/mailman/mailman/messages
In directory usw-pr-cvs1:/tmp/cvs-serv10181

Modified Files:
        Makefile.in 
Log Message:
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"


Index: Makefile.in
===================================================================
RCS file: /cvsroot/mailman/mailman/messages/Makefile.in,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -d -r2.19 -r2.20
*** Makefile.in 6 Mar 2002 05:05:51 -0000       2.19
--- Makefile.in 27 Mar 2002 20:16:30 -0000      2.20
***************
*** 106,114 ****
  
  clean:
!       -rm -f marked.files docstring.files *.pot
  
! distclean:
!       -rm -f Makefile */LC_MESSAGES/mailman.mo */LC_MESSAGES/mailman.po.old 
$(POTFILE)
  
  
  marked.files:
--- 106,116 ----
  
  clean:
!       -rm -f marked.files docstring.files
  
! distclean: clean
  
+ catclean:
+       -rm -f Makefile */LC_MESSAGES/mailman.mo */LC_MESSAGES/mailman.po.old 
+$(POTFILE)
+       -rm *.pot
  
  marked.files:


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to