[Pkg-shadow-commits] r1586 - in upstream/trunk: . man/po

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon Dec 31 20:16:47 UTC 2007


Author: nekral-guest
Date: 2007-12-31 20:16:46 +0000 (Mon, 31 Dec 2007)
New Revision: 1586

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/man/po/Makefile.in.in
Log:
If remove-potcdate.sin does not exist, use the one from teh po directory
(it is not installed automatically by autopoint.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-12-31 20:15:15 UTC (rev 1585)
+++ upstream/trunk/ChangeLog	2007-12-31 20:16:46 UTC (rev 1586)
@@ -1,5 +1,11 @@
 2007-12-31  Nicolas François  <nicolas.francois at 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 at centraliens.net>
+
 	* lib/commonio.h: Fix the type of the bitfields in the commonio_entry
 	and commonio_db structures to unsigned int (instead of int).
 

Modified: upstream/trunk/man/po/Makefile.in.in
===================================================================
--- upstream/trunk/man/po/Makefile.in.in	2007-12-31 20:15:15 UTC (rev 1585)
+++ upstream/trunk/man/po/Makefile.in.in	2007-12-31 20:16:46 UTC (rev 1586)
@@ -49,6 +49,9 @@
 .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-$@ $@




More information about the Pkg-shadow-commits mailing list