commit 33e74e51174a692a36ff3d9ccac1cd979e9b9dab
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Jun 6 13:56:46 2020 +0200

    Having two folders just differing in case is not such a good idea.
    
    See #11882
---
 development/Win32/lyxrc.dist.in |   16 ++++++++++++++++
 development/cmake/Install.cmake |    2 +-
 development/win32/lyxrc.dist.in |   16 ----------------
 3 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/development/Win32/lyxrc.dist.in b/development/Win32/lyxrc.dist.in
new file mode 100644
index 0000000..9a5257f
--- /dev/null
+++ b/development/Win32/lyxrc.dist.in
@@ -0,0 +1,16 @@
+### This file is part of
+### ========================================================
+###          LyX, The Document Processor
+###
+###          Copyright 1995 Matthias Ettrich
+###          Copyright 1995-2020 The LyX Team.
+###
+### ========================================================
+
+# This file is written by LyX, if you want to make your own
+# modifications you should do them from inside LyX and save
+
+Format 25
+
+\serverpipe "\\.\pipe\$$UserDir\lyxpipe"
+
diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index d60e8e3..b3b06ba 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -156,7 +156,7 @@ elseif(UNIX)
 elseif(CYGWIN)
   set(lyxrcorig "${TOP_SRC_DIR}/development/cygwin/lyxrc.dist.in")
 elseif(WIN32)
-  set(lyxrcorig "${TOP_SRC_DIR}/development/win32/lyxrc.dist.in")
+  set(lyxrcorig "${TOP_SRC_DIR}/development/Win32/lyxrc.dist.in")
 endif()
 
 if(NOT lyxrcorig STREQUAL "")
diff --git a/development/win32/lyxrc.dist.in b/development/win32/lyxrc.dist.in
deleted file mode 100644
index 2de6007..0000000
--- a/development/win32/lyxrc.dist.in
+++ /dev/null
@@ -1,16 +0,0 @@
-### This file is part of
-### ========================================================
-###          LyX, The Document Processor
-###
-###          Copyright 1995 Matthias Ettrich
-###          Copyright 1995-2018 The LyX Team.
-###
-### ========================================================
-
-# This file is written by LyX, if you want to make your own
-# modifications you should do them from inside LyX and save
-
-Format 25
-
-\serverpipe "\\.\pipe\$$UserDir\lyxpipe"
-
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to