[Po4a-devel][CVS] po4a/po/bin Makefile,1.11,1.12

Martin Quinson po4a-devel@lists.alioth.debian.org
Wed, 26 May 2004 19:04:40 +0000


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

Modified Files:
	Makefile 
Log Message:
Avoid po4a-gettextize~ and such

Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/bin/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile	26 May 2004 18:03:12 -0000	1.11
+++ Makefile	26 May 2004 19:04:37 -0000	1.12
@@ -1,6 +1,7 @@
 # List here all source files with translatable strings.
 MODULE=po4a
-POTFILES=$(wildcard ../../lib/Locale/Po4a/*.pm) $(wildcard ../../po4a-*)
+POTFILES=$(wildcard ../../lib/Locale/Po4a/*.pm) \
+  ../../po4a-gettextize ../../po4a-normalize ../../po4a-translate ../../po4a-updatepo
 
 POFILES=$(wildcard *.po)
 MOFILES=$(POFILES:.po=.mo)