If remove-potcdate.sin does not exist, use the one from teh po directory
(it is not installed automatically by autopoint.
This commit is contained in:
parent
ca9fbc0d8e
commit
83b9a376a2
@ -1,3 +1,9 @@
|
||||
2007-12-31 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* 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 <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/commonio.h: Fix the type of the bitfields in the commonio_entry
|
||||
|
@ -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-$@ $@
|
||||
|
Loading…
Reference in New Issue
Block a user