2009-01-05 19:13:20 +00:00
|
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
|
#
|
2010-05-26 09:49:06 +00:00
|
|
|
|
# Copyright (c) 2008-2010 Peter K<>mmel, <syntheticpp@gmx.net>
|
|
|
|
|
# Copyright (c) 2008-2010 Kornel Benko, <Kornel.Benko@berlin.de>
|
2009-01-05 19:13:20 +00:00
|
|
|
|
#
|
|
|
|
|
|
2009-01-18 14:45:57 +00:00
|
|
|
|
configure_file(${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx_version.py.in
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py)
|
2010-07-14 15:30:31 +00:00
|
|
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx)
|
2009-01-05 19:13:20 +00:00
|
|
|
|
|
2009-01-18 14:45:57 +00:00
|
|
|
|
if (UNIX)
|
|
|
|
|
set(_project "lyx2lyx")
|
|
|
|
|
include(../PyCompile)
|
|
|
|
|
endif()
|
2009-01-17 19:17:51 +00:00
|
|
|
|
|
2010-07-14 15:30:31 +00:00
|
|
|
|
install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx)
|