diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 13:42:34 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-30 02:22:48 +0200 |
commit | 8e5346679167fc41a46bfb808eb637ee2814eb57 (patch) | |
tree | 15281c3452b9bf551217c6aae8a8e9ddcdf4de96 | |
parent | e50e951710b4f3342780ad541c4bdc3d16f707dd (diff) | |
download | ayatana-indicator-datetime-8e5346679167fc41a46bfb808eb637ee2814eb57.tar.gz ayatana-indicator-datetime-8e5346679167fc41a46bfb808eb637ee2814eb57.tar.bz2 ayatana-indicator-datetime-8e5346679167fc41a46bfb808eb637ee2814eb57.zip |
po/CMakeLists.txt: No fiddling anymore with the .pot file during builds.
-rw-r--r-- | po/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index eecc301..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,12 +1,5 @@ find_package(Intltool REQUIRED) -intltool_update_potfile( - KEYWORDS "_" "_:1,2" "N_" "N_:1,2" - GETTEXT_PACKAGE ${GETTEXT_PACKAGE} - COPYRIGHT_HOLDER "Canonical Ltd." - FILTER "test/*" -) - intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} |