mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
use "LyX" as package name for windows and mac packaging
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10325 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ab1efe344b
commit
df6d16e689
@ -1,5 +1,8 @@
|
|||||||
2005-07-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2005-07-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* lyxinclude.m4 (LYX_USE_PACKAGING): use LyX instead of lyx as
|
||||||
|
package name for Windows and OSX packaging.
|
||||||
|
|
||||||
* lyxinclude.m4 (LYX_USE_FRONTENDS): require the user to select a
|
* lyxinclude.m4 (LYX_USE_FRONTENDS): require the user to select a
|
||||||
frontend.
|
frontend.
|
||||||
|
|
||||||
|
@ -587,13 +587,15 @@ AC_ARG_WITH(packaging,
|
|||||||
AC_MSG_RESULT($lyx_use_packaging)
|
AC_MSG_RESULT($lyx_use_packaging)
|
||||||
case $lyx_use_packaging in
|
case $lyx_use_packaging in
|
||||||
macosx) AC_DEFINE(USE_MACOSX_PACKAGING, 1, [Define to 1 if LyX should use a MacOS X application bundle file layout])
|
macosx) AC_DEFINE(USE_MACOSX_PACKAGING, 1, [Define to 1 if LyX should use a MacOS X application bundle file layout])
|
||||||
default_prefix="/Applications/LyX.app"
|
test $PACKAGE = "lyx" && PACKAGE=LyX
|
||||||
|
default_prefix="/Applications/LyX.app"
|
||||||
bindir='${prefix}/Contents/MacOS'
|
bindir='${prefix}/Contents/MacOS'
|
||||||
libdir='${prefix}/Contents/Resources'
|
libdir='${prefix}/Contents/Resources'
|
||||||
datadir='${prefix}/Contents/Resources'
|
datadir='${prefix}/Contents/Resources'
|
||||||
mandir='${prefix}/Contents/Resources/man' ;;
|
mandir='${prefix}/Contents/Resources/man' ;;
|
||||||
windows) AC_DEFINE(USE_WINDOWS_PACKAGING, 1, [Define to 1 if LyX should use a Windows-style file layout])
|
windows) AC_DEFINE(USE_WINDOWS_PACKAGING, 1, [Define to 1 if LyX should use a Windows-style file layout])
|
||||||
default_prefix="C:/Program Files/LyX"
|
test $PACKAGE = "lyx" && PACKAGE=LyX
|
||||||
|
default_prefix="C:/Program Files/LyX"
|
||||||
bindir='${prefix}/bin'
|
bindir='${prefix}/bin'
|
||||||
libdir='${prefix}/Resources'
|
libdir='${prefix}/Resources'
|
||||||
datadir='${prefix}/Resources'
|
datadir='${prefix}/Resources'
|
||||||
|
Loading…
Reference in New Issue
Block a user