cmake: fix wrong installation path of 'layouttranslations' (the already existing file in lib/)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38474 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-04-22 12:53:48 +00:00
parent 56712287a6
commit 659d68713f

View File

@ -51,7 +51,7 @@ macro(add_gettext_python _par _dir)
COMMENT "${LYX_PYTHON_EXECUTABLE} ${TOP_SRC_DIR}/po/lyx_pot.py -b ${TOP_SRC_DIR} -o ${_dst} -t ${_par1} --src_file=${_src_files}"
)
ADD_CUSTOM_TARGET(layouttranslations1 DEPENDS "${_dst}")
install(FILES "${TOP_SRC_DIR}/lib/layouttranslations" DESTINATION .)
install(FILES "${TOP_SRC_DIR}/lib/layouttranslations" DESTINATION ${LYX_DATA_SUBDIR})
else()
ADD_CUSTOM_COMMAND(
OUTPUT "${_dst}"