[Po4a-devel][CVS] po4a Build.PL,1.8,1.9
Martin Quinson
po4a-devel@lists.alioth.debian.org
Sat, 07 Aug 2004 04:53:35 +0000
- Previous message: [Po4a-devel][CVS] po4a/lib/Locale/Po4a Dia.pm,1.3,1.4 Man.pm,1.21,1.22 Po.pm,1.18,1.19 Sgml.pm,1.30,1.31 Xml.pm,1.11,1.12
- Next message: [Po4a-devel][CVS] po4a/po/bin fr.po,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv26842
Modified Files:
Build.PL
Log Message:
Do not try to update the emacs autosaves
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Build.PL 30 Jul 2004 12:52:01 -0000 1.8
+++ Build.PL 7 Aug 2004 04:53:33 -0000 1.9
@@ -53,6 +53,7 @@
# update languages
@files = @{$self->rscan_dir('po/bin',qr{\.po$})};
foreach (@files) {
+ next if m|/.#|;
$_ =~ /.*\/(.*)\.po$/;
my $lang = $1;
- Previous message: [Po4a-devel][CVS] po4a/lib/Locale/Po4a Dia.pm,1.3,1.4 Man.pm,1.21,1.22 Po.pm,1.18,1.19 Sgml.pm,1.30,1.31 Xml.pm,1.11,1.12
- Next message: [Po4a-devel][CVS] po4a/po/bin fr.po,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]