Update of /cvsroot/mailman/mailman/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10501

Modified Files:
        Makefile.in 
Log Message:
Add target clean to clean up the language templates other than en.
Fix bug in distclean.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/mailman/mailman/templates/Makefile.in,v
retrieving revision 2.28
retrieving revision 2.29
diff -u -d -r2.28 -r2.29
--- Makefile.in 6 Dec 2005 04:37:37 -0000       2.28
+++ Makefile.in 14 Jan 2006 08:11:21 -0000      2.29
@@ -76,7 +76,8 @@
 finish:
 
 clean:
+       -rm -rf $(MAKELANGS)
 
 distclean:
-       -rm -f Makefile; \
-       -rm -f @LANGUAGES@
+       -rm -f Makefile
+       -rm -rf $(MAKELANGS)

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to