Make po problem
      
        julien (Mittwoch, 20. Mai 2009, 08:58):
I started updating po/fr/using/preferences.po
Then I made changes in src/using/preferences/windows-management.xml.
There is no file 'src/using/preferences/windows-management.xml'. Did you 
mean 'src/using/preferences/prefs-window-management.xml'? Did you 
rename 'prefs-window-management.xml' to 'windows-management.xml' (good 
idea!)?
I ran 'make pot' and 'make po-fr': my preferences.po is not updated
:-( If I run 'make po/fr/using/preferences.po', I get the message
"po/fr/using/preferences.po is up-to-date", but it is not!
Same problem here, but only with autotools-based Makefile. Using 
Makefile.GNU it worked fine: the commands for finding files and 
directories are slightly different.
It looks like your "src" directory is a link, or the files within "src/" 
are links. The default 'find' behaviour is to skip links, so you would 
have no source files and directories and thus no dependencies: nothing 
to do for 'make'.
I have changed the 'find' command to follow links ('find -L'). This is 
not foolproof, but should work for now.
Ulf