[parted-devel] 03-enable-rule--po-check

Jim Meyering jim at meyering.net
Tue Feb 27 21:55:34 CET 2007


Enable the po-check rule.

From: Jim Meyering <jim at meyering.net>

* Makefile.cfg (local-checks-to-skip): Remove po-check.
* po/POTFILES.in: Add a bunch of names of files that contain
translatable strings.  Remove some which contain none.
---

 Makefile.cfg   |    3 +--
 po/POTFILES.in |   46 +++++++++++++++++++++++++++-------------------
 2 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/Makefile.cfg b/Makefile.cfg
index bccf6e4..0daefc6 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -41,8 +41,7 @@ local-checks-to-skip = \
   makefile-check \
   author_mark_check \
   sc_cast_of_argument_to_free \
-  check-AUTHORS \
-  po-check
+  check-AUTHORS
 
 
 # The local directory containing the checked-out copy of gnulib used in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e170ccb..6c50518 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,51 +1,65 @@
 # libparted
-# Copyright (C) 1999, 2000, 2001, 2006  Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2006, 2007  Free Software Foundation, Inc.
 # This file may be modified and/or copied without restriction.
 
 # list of files containing translatable strings
 
+# lib
+lib/closeout.c
+lib/error.c
+lib/quotearg.c
+lib/regcomp.c
+lib/rpmatch.c
+lib/version-etc.c
+lib/xalloc-die.c
+libparted/arch/beos.c
+
 # libparted
-libparted/device.c
-libparted/arch/linux.c
 libparted/arch/gnu.c
+libparted/arch/linux.c
+libparted/cs/geom.c
+libparted/debug.c
 libparted/disk.c
-libparted/labels/rdb.c
+libparted/exception.c
+libparted/filesys.c
+libparted/fs/reiserfs/reiserfs.c
+libparted/labels/aix.c
 libparted/labels/bsd.c
+libparted/labels/dasd.c
 libparted/labels/dos.c
 libparted/labels/dvh.c
+libparted/labels/fdasd.c
 libparted/labels/gpt.c
 libparted/labels/loop.c
 libparted/labels/mac.c
 libparted/labels/pc98.c
+libparted/labels/rdb.c
 libparted/labels/sun.c
-libparted/filesys.c
-libparted/exception.c
-libparted/cs/geom.c
+libparted/labels/vtoc.c
 libparted/libparted.c
 libparted/unit.c
 
+libparted/fs/amiga/affs.c
+libparted/fs/amiga/amiga.c
+libparted/fs/amiga/apfs.c
+libparted/fs/amiga/asfs.c
+
 # libparted/fs_ext2
 libparted/fs/ext2/ext2.c
 libparted/fs/ext2/ext2_inode_relocator.c
 libparted/fs/ext2/ext2_resize.c
-libparted/fs/ext2/tune.c
 libparted/fs/ext2/ext2_block_relocator.c
-libparted/fs/ext2/ext2_meta.c
 libparted/fs/ext2/interface.c
 libparted/fs/ext2/ext2_buffer.c
 libparted/fs/ext2/ext2_mkfs.c
-libparted/fs/ext2/parted_io.c
 
 # libparted/fs/fat
 libparted/fs/fat/calc.c
 libparted/fs/fat/context.c
 libparted/fs/fat/fat.c
 libparted/fs/fat/resize.c
-libparted/fs/fat/traverse.c
 libparted/fs/fat/bootsector.c
-libparted/fs/fat/clstdup.c
 libparted/fs/fat/count.c
-libparted/fs/fat/fatio.c
 libparted/fs/fat/table.c
 
 # libparted/fs/linux_swap
@@ -64,17 +78,11 @@ libparted/fs/hfs/reloc.c
 libparted/fs/hfs/reloc_plus.c
 
 # libparted/fs/jfs
-libparted/fs/jfs/jfs.c
 
 # libparted/fs/ufs
-libparted/fs/ufs/ufs.c
 
 # libparted/fs/xfs
-libparted/fs/xfs/xfs.c
 
 # parted
-parted/command.c
 parted/parted.c
-parted/strlist.c
 parted/ui.c
-



More information about the parted-devel mailing list