mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 17:09:56 +00:00
Use the default buildir/installprefix directory as the base from which to build the package.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10176 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c2763a7390
commit
3168a2969d
@ -91,7 +91,7 @@ lyx_original.exe. Remove it.
|
||||
Building the LyX installer
|
||||
==========================
|
||||
|
||||
At this point my J:\Programs\LyX tree now contains everything that is
|
||||
At this point my build/installprefix tree now contains everything that is
|
||||
to be released as a LyX/Win package. All that remains to do is to
|
||||
generate a Windows installer for it. I've written a script for NSIS
|
||||
(http://nsis.sourceforge.net/) to compile into an installer.
|
||||
|
@ -28,7 +28,7 @@ SetCompressor lzma
|
||||
!define PRODUCT_NAME "LyX"
|
||||
!define PRODUCT_VERSION "1.3.6"
|
||||
!define PRODUCT_LICENSE_FILE "..\..\..\..\COPYING"
|
||||
!define PRODUCT_SOURCEDIR "J:\Programs\LyX"
|
||||
!define PRODUCT_SOURCEDIR "..\..\..\..\build\installprefix"
|
||||
!define PRODUCT_EXE "$INSTDIR\bin\lyx.exe"
|
||||
!define PRODUCT_BAT "$INSTDIR\bin\lyx.bat"
|
||||
!define PRODUCT_EXT ".lyx"
|
||||
|
@ -33,7 +33,7 @@ DTL_DIR=dtl
|
||||
DT2DV="$DTL_DIR/dt2dv.exe"
|
||||
DV2DT="$DTL_DIR/dv2dt.exe"
|
||||
|
||||
LYX_INSTALL_DIR="/j/Programs/LyX"
|
||||
LYX_INSTALL_DIR="../../../build/installprefix"
|
||||
|
||||
# Change this to 'mv -f' when you are confident that
|
||||
# the various sed scripts are working correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user