commit c599ed749d2cd51dae10b80a2c1f41b85dea9d9f
Author: Richard Heck <[email protected]>
Date: Fri Apr 11 12:54:00 2014 -0400
Remove file I accidentally committed.
diff --git a/lib/lyx2lyx/CMakeLists.txt b/lib/lyx2lyx/CMakeLists.txt
deleted file mode 100644
index 6cfa5cd..0000000
--- a/lib/lyx2lyx/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is part of LyX, the document processor.
-# Licence details can be found in the file COPYING.
-#
-# Copyright (c) 2008-2011 Peter Kümmel, <[email protected]>
-# Copyright (c) 2008-2011 Kornel Benko, <[email protected]>
-#
-
-configure_file(${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx_version.py.in
- ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py DESTINATION
${LYX_DATA_SUBDIR}lyx2lyx)
-
-if (UNIX)
- set(_project "lyx2lyx")
- # include(../PyCompile)
-endif()
-
-install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION
${LYX_DATA_SUBDIR}lyx2lyx)