commit 00e4902ea30f95cf3f0304fb50d4391dfb9d10c9
Author: Richard Heck <[email protected]>
Date: Mon Jul 3 13:53:41 2017 -0400
Fix trailing whitespace in txt files.
---
src/CMakeLists.txt | 2 +-
src/client/CMakeLists.txt | 6 +++---
src/frontends/CMakeLists.txt | 2 +-
src/support/CMakeLists.txt | 2 +-
src/tex2lyx/TODO.txt | 10 +++++-----
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 696b0ea..d81639b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -170,7 +170,7 @@ endif()
project_source_group("${GROUP_CODE}" lyx_sources lyx_headers)
-install(TARGETS ${_lyx}
+install(TARGETS ${_lyx}
BUNDLE DESTINATION . COMPONENT Runtime
RUNTIME DESTINATION ${LYX_UTILITIES_INSTALL_PATH} COMPONENT Runtime)
diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt
index 39af996..95535e0 100644
--- a/src/client/CMakeLists.txt
+++ b/src/client/CMakeLists.txt
@@ -14,9 +14,9 @@ file(GLOB _lyxclient_headers ${TOP_SRC_DIR}/src/client/*.h)
list(REMOVE_ITEM _lyxclient_headers "${TOP_SRC_DIR}/src/client/pch.h")
list(REMOVE_ITEM _lyxclient_sources "${TOP_SRC_DIR}/src/client/lyxclient.cpp")
-include_directories(BEFORE
- "${TOP_SRC_DIR}/src/client"
- "${TOP_SRC_DIR}/3rdparty/boost"
+include_directories(BEFORE
+ "${TOP_SRC_DIR}/src/client"
+ "${TOP_SRC_DIR}/3rdparty/boost"
${ZLIB_INCLUDE_DIR})
add_executable(${_lyxclient} ${_lyxclient_sources} ${_lyxclient_headers})
diff --git a/src/frontends/CMakeLists.txt b/src/frontends/CMakeLists.txt
index 78c310d..867b838 100644
--- a/src/frontends/CMakeLists.txt
+++ b/src/frontends/CMakeLists.txt
@@ -8,7 +8,7 @@ project(frontends)
include_directories(${TOP_SRC_DIR}/src/frontends)
-add_subdirectory(qt4)
+add_subdirectory(qt4)
file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES})
file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES})
diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt
index 06920ad..3e9dac5 100644
--- a/src/support/CMakeLists.txt
+++ b/src/support/CMakeLists.txt
@@ -21,7 +21,7 @@ file(GLOB support_headers
${TOP_SRC_DIR}/src/support/${LYX_HPP_FILES})
file(GLOB support_linkback_sources ${TOP_SRC_DIR}/src/support/linkback/*.m*)
file(GLOB support_linkback_headers ${TOP_SRC_DIR}/src/support/linkback/*.h)
-set_source_files_properties(${support_linkback_sources}
+set_source_files_properties(${support_linkback_sources}
${TOP_SRC_DIR}/src/support/AppleSpeller.m
${TOP_SRC_DIR}/src/support/AppleScript.m
PROPERTIES COMPILE_FLAGS "-std=c99")
diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt
index 2c835dd..c448a45 100644
--- a/src/tex2lyx/TODO.txt
+++ b/src/tex2lyx/TODO.txt
@@ -75,7 +75,7 @@ Format LaTeX feature LyX feature
459 beamer: \begin{frame}, \begin_layout Frame
\begin{frame}[plain], \begin_layout PlainFrame
\begin{frame}[fragile] \begin_layout FragileFrame
-466 Powerdot updates:
+466 Powerdot updates:
\pause[] layout Pause
\onslide{}{} InsetFlex, InsetArgument
\onslide*{}{} InsetFlex, InsetArgument
@@ -151,8 +151,8 @@ Format LaTeX feature LyX feature
btprint "bibbysection"
534 Chapterbib support
\usepackage{chapterbib} \multibib child
-
-
+
+
General
@@ -162,9 +162,9 @@ General
* Store alias commands for characters in a file with
"lib/unicodesymbols"-format, e.g.
-
+
0x200b "\\dots" "" "" "" # HORIZONTAL ELLIPSIS
0x200b "\\ldots" "" "" "\\ldots" # HORIZONTAL ELLIPSIS
0x200b "\\textellipsis" "" "" "" # HORIZONTAL ELLIPSIS
-
+
Look up LaTeX->Unicode conversion in the combined files.