diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ indent = emacs --batch $1 \ # Usage <INPUT $(pofmt) >OUTPUT # Normalize a .po(t) file -pofmt = msguniq -Fi +pofmt = msguniq -Fi --to-code=UTF-8 # Usage: as a variable # relative path to `/` from $(bindir) |