On Sun, Apr 29, 2012 at 04:41:12PM +0200, Marco Ciampa wrote:
> I've just committed two small fix in
> 
> src/dialogs/export-file-dialog.xml
> 
> how can I make "make" aware of it?

This should work automatically, 'make' checks the timestamps.

> If I do a 
> 
> make status-it
> 
> it does not update the po files.

Most likely, your po file is newer than the source (xml) file.
Check it with

        $ ls -l src/dialogs/export-file-dialog.xml po/it/dialogs.po

> make clean 
> 
> does not help.
> 
> Any hint?

Simply touch 'src/dialogs/export-file-dialog.xml' and try again:

        $ touch -c src/dialogs/export-file-dialog.xml
        $ make po-it

Ulf


-- 
Ich denke, also bin ich kein Christ.
                -- Karlheinz Deschner
_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list

Reply via email to