diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-16 07:46:15 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-28 20:27:35 +0200 |
commit | 81132367e454c7fc53373d18b581a0aae8fccb18 (patch) | |
tree | 036d1af15137c9ae793d66bff1fe164f1daadace | |
parent | bc8c735f4b5f8979fac30bd66213d00d02bf4bd2 (diff) | |
download | ayatana-indicator-sound-81132367e454c7fc53373d18b581a0aae8fccb18.tar.gz ayatana-indicator-sound-81132367e454c7fc53373d18b581a0aae8fccb18.tar.bz2 ayatana-indicator-sound-81132367e454c7fc53373d18b581a0aae8fccb18.zip |
po/CMakeLists.txt: Drop intl_update_potfile(). We don't want this in Ayatana Indicators.
-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} |