diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-16 07:45:10 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-16 10:44:39 +0100 |
commit | 0c8e7c090387c88b7b6528e8570592d2c2289c91 (patch) | |
tree | 50a2cb61e184fa1f1c4011d14250b07094a27114 /po/CMakeLists.txt | |
parent | 59f9f20e6bd7a9b261a0600aa69acb8c26c52cc4 (diff) | |
download | ayatana-indicator-power-0c8e7c090387c88b7b6528e8570592d2c2289c91.tar.gz ayatana-indicator-power-0c8e7c090387c88b7b6528e8570592d2c2289c91.tar.bz2 ayatana-indicator-power-0c8e7c090387c88b7b6528e8570592d2c2289c91.zip |
po/CMakeLists.txt: Drop intl_update_potfile(). We don't want this in Ayatana Indicators.
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e78a9df..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,11 +1,5 @@ find_package(Intltool REQUIRED) -intltool_update_potfile( - KEYWORDS "_" "_:1,2" "N_" "N_:1,2" - GETTEXT_PACKAGE ${GETTEXT_PACKAGE} - COPYRIGHT_HOLDER "Canonical Ltd." -) - intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} |