diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-06-07 22:41:37 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-06-07 22:41:37 +0100 |
commit | 0c160a068116a39e1d3c4f9333adbd22ba57212f (patch) | |
tree | d0db74b744f159e2fe3ee2a6a0b6cbcb6d7e8ed3 /po/Makefile | |
parent | c5b94c2661331c361c24407624469fa0d5f951af (diff) | |
download | draklive-install-0c160a068116a39e1d3c4f9333adbd22ba57212f.tar draklive-install-0c160a068116a39e1d3c4f9333adbd22ba57212f.tar.gz draklive-install-0c160a068116a39e1d3c4f9333adbd22ba57212f.tar.bz2 draklive-install-0c160a068116a39e1d3c4f9333adbd22ba57212f.tar.xz draklive-install-0c160a068116a39e1d3c4f9333adbd22ba57212f.zip |
Update translation catalogue.
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 0845f3d..79b3f2b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -21,7 +21,7 @@ merge: mv -f "$$n"t "$$n"; \ done -$(NAME).pot: +$(NAME).pot: $(PL_FILES) intltool-update --gettext-package desktopstuff --pot perl_checker -q --generate-pot $(NAME)_tmp.pot $(PL_FILES) [ ! -e $(NAME)_tmp.pot ] || msgcat --use-first $(NAME)_tmp.pot desktopstuff.pot > $@ |