]> git.lyx.org Git - features.git/commitdiff
installer: lyx.nsi: set missing SVN EOL style
authorUwe Stöhr <uwestoehr@web.de>
Sat, 11 Jun 2011 22:55:53 +0000 (22:55 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 11 Jun 2011 22:55:53 +0000 (22:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39014 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/lyx.nsi

index 9d8aed13588401367a7b32da2f17769b96abda62..8a9096ca530f8a0fa21d7093af77aebb57d4ee93 100644 (file)
@@ -1,51 +1,51 @@
-/*\r
-\r
-NSIS Script - LyX 2.0 Installer for Win32\r
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr\r
-Compatible with NSIS 2.46\r
-\r
-*/\r
-\r
-CRCCheck force\r
-SetCompressor /SOLID lzma\r
-\r
-# installer settings like version numbers\r
-!include settings.nsh \r
-\r
-# declarations of LyX's registry keys and installer variant\r
-!include include\declarations.nsh\r
-\r
-# definitions of global variables\r
-!include include\variables.nsh\r
-\r
-# configuration of standard NSIS header files\r
-!include include\nsis.nsh\r
-\r
-# list of files to be included in the installer\r
-!include include\filelist.nsh\r
-\r
-# detect third-party programs like Inkscape and LaTeX\r
-!include include\detection.nsh\r
-\r
-# set up the installer pages\r
-!include include\gui.nsh\r
-\r
-# \r
-!include include\init.nsh\r
-\r
-# install LyX and needed third-party programs like Python etc.\r
-!include setup\install.nsh\r
-\r
-# uninstall LyX and all programs that were installed together with LyX\r
-!include setup\uninstall.nsh\r
-\r
-# configure LyX (set start menu and write registry entries)\r
-!include setup\configure.nsh\r
-\r
-# \r
-!include gui\external.nsh\r
-\r
-#--------------------------------\r
-# Output file\r
-\r
-Outfile "${SETUP_EXE}"\r
+/*
+
+NSIS Script - LyX 2.0 Installer for Win32
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+Compatible with NSIS 2.46
+
+*/
+
+CRCCheck force
+SetCompressor /SOLID lzma
+
+# installer settings like version numbers
+!include settings.nsh 
+
+# declarations of LyX's registry keys and installer variant
+!include include\declarations.nsh
+
+# definitions of global variables
+!include include\variables.nsh
+
+# configuration of standard NSIS header files
+!include include\nsis.nsh
+
+# list of files to be included in the installer
+!include include\filelist.nsh
+
+# detect third-party programs like Inkscape and LaTeX
+!include include\detection.nsh
+
+# set up the installer pages
+!include include\gui.nsh
+
+# 
+!include include\init.nsh
+
+# install LyX and needed third-party programs like Python etc.
+!include setup\install.nsh
+
+# uninstall LyX and all programs that were installed together with LyX
+!include setup\uninstall.nsh
+
+# configure LyX (set start menu and write registry entries)
+!include setup\configure.nsh
+
+# 
+!include gui\external.nsh
+
+#--------------------------------
+# Output file
+
+Outfile "${SETUP_EXE}"