diff --git a/ChangeLog b/ChangeLog index 92dac098..2638fe7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-31 Nicolas François + + * man/po/Makefile.in.in: If remove-potcdate.sin does not exist, + use the one from teh po directory (it is not installed + automatically by autopoint. + 2007-12-31 Nicolas François * lib/commonio.h: Fix the type of the bitfields in the commonio_entry diff --git a/man/po/Makefile.in.in b/man/po/Makefile.in.in index 07e713a0..087ce99e 100644 --- a/man/po/Makefile.in.in +++ b/man/po/Makefile.in.in @@ -49,6 +49,9 @@ POTFILES = \ .SUFFIXES: .SUFFIXES: .po .sed .sin .nop .po-create .po-update +remove-potcdate.sin: ../../po/remove-potcdate.sin + cp ../../po/remove-potcdate.sin . + .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@