X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2FCMakeLists.txt;h=fd14bd254637faa59a9aa84a79146c481f6e7871;hb=0d84f0b9fdfce831e39676307bc954f7389198d1;hp=54d6019c5bea4d81ce18918866a98f46ca86aba9;hpb=6fe29e99460b34bc7fa6962f4b78940d78cfef7b;p=lyx.git diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 54d6019c5b..fd14bd2546 100755 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -96,15 +96,17 @@ if (UNIX) endforeach() endif() -add_gettext_python(qt4 src/frontends/qt4/ui *.ui) -add_gettext_python(layouts lib layouts/*.layout layouts/*.inc layouts/*.module citeengines/*.citeengine) +add_gettext_python(layouttranslations lib layouts/*.layout layouts/*.inc layouts/*.module citeengines/*.citeengine) add_gettext_python(languages lib languages) +add_gettext_python(layouts lib layouts/*.layout layouts/*.inc layouts/*.module citeengines/*.citeengine) add_gettext_python(latexfonts lib latexfonts) add_gettext_python(encodings lib encodings) add_gettext_python(ui lib/ui *.ui *.inc) add_gettext_python(external lib/xtemplates *.xtemplate) add_gettext_python(formats lib configure.py) -add_gettext_python(layouttranslations lib layouts/*.layout layouts/*.inc layouts/*.module citeengines/*.citeengine) +add_gettext_python(examples_templates lib examples/[a-zA-Z]* templates/[a-zA-Z]*) +add_gettext_python(tabletemplates lib tabletemplates/*.lyx) +add_gettext_python(qt src/frontends/qt/ui *.ui) ADD_CUSTOM_COMMAND( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${_lyxname}.cat.pot"