From 83b9a376a21b67e3fd80e6723ab8e51b0a26a308 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Mon, 31 Dec 2007 20:16:46 +0000 Subject: [PATCH] If remove-potcdate.sin does not exist, use the one from teh po directory (it is not installed automatically by autopoint. --- ChangeLog | 6 ++++++ man/po/Makefile.in.in | 3 +++ 2 files changed, 9 insertions(+) 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-$@ $@