diff --git a/po/ChangeLog b/po/ChangeLog index 9336795f..6c6c567a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2005-01-24 Benoît Dejean + + * POTFILES.in: + * POTFILES.skip: Removed lib/lib.c as it is generated. + Closes #165038. + 2005-01-17 Benoît Dejean * POTFILES.in: Updated. diff --git a/po/POTFILES.in b/po/POTFILES.in index ba560058..e9cbb766 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,7 +3,6 @@ lib/close.c lib/command.c lib/init.c -lib/lib.c lib/open.c lib/parameter.c lib/read.c diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 9068d750..08382081 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -3,3 +3,4 @@ support/getopt.c support/popt.c support/popthelp.c examples/smp.c +lib/lib.c