[Po4a-devel][CVS] po4a/po/pod Makefile,1.10,1.11

Martin Quinson po4a-devel@lists.alioth.debian.org
Wed, 26 May 2004 18:03:14 +0000


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

Modified Files:
	Makefile 
Log Message:
Add a 'update' target

Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	26 May 2004 17:55:32 -0000	1.10
+++ Makefile	26 May 2004 18:03:12 -0000	1.11
@@ -48,10 +48,10 @@
 	fi
 
 %.fr.pod: ../../% fr.po
-	@PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@
+	@PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@ || true
 
 %.fr.pod: ../../doc/%.pod fr.po
-	@PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@
+	@PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@ || true
 
 clean:
 	rm -f messages *.mo *.pod *~
@@ -63,4 +63,6 @@
 		msgfmt -o /dev/null -c -v --statistics $$lang.po;\
 	done
 
-.PHONY:check clean install
+update: po4a-pod.pot $(POFILES) $(TRANSLATIONS)
+
+.PHONY:check clean install update