8089cdd po: provide custom make rules for po file management

Authored and Committed by berrange 5 years ago
    po: provide custom make rules for po file management
    
    Historically we have relied on intltool to install a standard
    po/Makefile.in.in which has very limited scope for customization.
    intltool is deprecated in favour of standard gettextize tools,
    but these share the same disadvantages.
    
    Writing make rules for po file management is no more difficult
    than any other rules virt-viewer has, so stop using intltool
    and don't use gettextize ether.
    
    Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
    
        
file modified
+0 -7
file modified
+0 -1
file modified
+3 -3
file modified
+10 -3
file added
+45
file modified
+1 -1
file added
+105
po/POTFILES po/POTFILES.in
file renamed
+9 -9
file added
+38
file modified
+1 -1