avoid modifications to po files that are under version control
authorDebian Wine Party <debian-wine@lists.debian.org>
Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)
committerMichael Gilbert <mgilbert@debian.org>
Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)
Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch

tools/makedep.c

index 24a94c486b9555122ad74146119f18d28d1b9fd7..f16da5b5bd2f9173ec1e8390c2745aecf7b8500e 100644 (file)
@@ -2554,11 +2554,6 @@ static void output_po_files( const struct makefile *make )
 
     if (linguas.count)
     {
-        for (i = 0; i < linguas.count; i++)
-            output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));
-        output( ": %s/wine.pot\n", po_dir );
-        output( "\t%smsgmerge --previous -q $@ %s/wine.pot | msgattrib --no-obsolete -o $@.new && mv $@.new $@\n",
-                cmd_prefix( "MSG" ), po_dir );
         output( "po:" );
         for (i = 0; i < linguas.count; i++)
             output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));