]> git.lyx.org Git - lyx.git/commitdiff
Cmake build: Use correct list of files to recreate lib/layouttranslation
authorKornel Benko <kornel@lyx.org>
Tue, 20 Feb 2018 10:16:59 +0000 (11:16 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 21 Feb 2018 07:47:10 +0000 (08:47 +0100)
po/CMakeLists.txt

index 311c2eace8cead3709d0a4d4d09e6671d9b2e4f0..4b04d6ac9c7d3d2e51c151f8b6d8833717d15234 100755 (executable)
@@ -95,7 +95,7 @@ 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/*.citeengines)
+add_gettext_python(layouttranslations lib layouts/*.layout layouts/*.inc layouts/*.module citeengines/*.citeengine)
 
 ADD_CUSTOM_COMMAND(
     OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${_lyxname}.cat.pot"