[Po4a-devel][CVS] po4a/po Makefile,1.2,1.3

Martin Quinson po4a-devel@lists.alioth.debian.org
Tue, 25 May 2004 18:08:35 +0000


Update of /cvsroot/po4a/po4a/po
In directory haydn:/tmp/cvs-serv6968

Modified Files:
	Makefile 
Log Message:
Clean po directory

Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	16 Jan 2003 09:09:45 -0000	1.2
+++ Makefile	25 May 2004 18:08:33 -0000	1.3
@@ -6,6 +6,9 @@
 install:
 	for dir in $(SUBDIRS) ; do make -C $$dir install || exit $$? ; done
 
+clean:
+	for dir in $(SUBDIRS) ; do make -C $$dir clean || exit $$? ; done
+
 
 stats:
 	@for dir in $(SUBDIRS) ; do \