mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
move and update preference file in LyX.app bundle; do not append version suffix to binaries for osx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13231 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
72c40bc700
commit
33381332fc
@ -1,3 +1,8 @@
|
|||||||
|
2006-02-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
|
||||||
|
macosx packaging.
|
||||||
|
|
||||||
2006-02-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2006-02-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* lyxinclude.m4 (LYX_VERSION_SUFFIX): do not alter PACKAGE here.
|
* lyxinclude.m4 (LYX_VERSION_SUFFIX): do not alter PACKAGE here.
|
||||||
|
@ -586,7 +586,6 @@ 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])
|
||||||
PACKAGE=LyX${version_suffix}
|
PACKAGE=LyX${version_suffix}
|
||||||
program_suffix=$version_suffix
|
|
||||||
default_prefix="/Applications/${PACKAGE}.app"
|
default_prefix="/Applications/${PACKAGE}.app"
|
||||||
bindir='${prefix}/Contents/MacOS'
|
bindir='${prefix}/Contents/MacOS'
|
||||||
libdir='${prefix}/Contents/Resources'
|
libdir='${prefix}/Contents/Resources'
|
||||||
|
@ -1,15 +1,20 @@
|
|||||||
|
2006-02-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* MacOSX/LyX.app/Contents/Resources/preferences: move here. the
|
||||||
|
LyX subdirectory has not been updated; update the prefs for 1.4.0.
|
||||||
|
|
||||||
2006-02-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
2006-02-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
* FORMAT: document branches
|
* FORMAT: document branches
|
||||||
|
|
||||||
2006-02-01 Bennett Helm <bennett.helm@fandm.edu>
|
2006-02-01 Bennett Helm <bennett.helm@fandm.edu>
|
||||||
|
|
||||||
* MacOSX/LyX.app/Contents/Resources/preferences: update again.
|
* MacOSX/LyX.app/Contents/Resources/LyX/preferences: update again.
|
||||||
Something went wrong.
|
Something went wrong.
|
||||||
|
|
||||||
2006-1-12 Bennett Helm <bennett.helm@fandm.edu>
|
2006-1-12 Bennett Helm <bennett.helm@fandm.edu>
|
||||||
|
|
||||||
* MacOSX/LyX.app/Contents/Resources/preferences: update formats
|
* MacOSX/LyX.app/Contents/Resources/LyX/preferences: update formats
|
||||||
section to conform to lyx-1.4 conventions
|
section to conform to lyx-1.4 conventions
|
||||||
|
|
||||||
2005-10-13 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
2005-10-13 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
@ -10,14 +10,14 @@
|
|||||||
# This file is written by LyX, if you want to make your own
|
# This file is written by LyX, if you want to make your own
|
||||||
# modifications you should do them from inside LyX and save
|
# modifications you should do them from inside LyX and save
|
||||||
|
|
||||||
\bind_file mac
|
\bind_file "mac"
|
||||||
|
|
||||||
#
|
#
|
||||||
# MISC SECTION ######################################
|
# MISC SECTION ######################################
|
||||||
#
|
#
|
||||||
|
|
||||||
\path_prefix "/usr/bin:/usr/local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/X11R6/bin:/sw/bin:/opt/local/teTeX/bin"
|
\path_prefix "/usr/bin:/usr/local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/X11R6/bin:/sw/bin:/opt/local/teTeX/bin"
|
||||||
\serverpipe "~/Library/Application Support/LyX/.lyxpipe"
|
\serverpipe "~/Library/Application Support/LyX-1.4/.lyxpipe"
|
||||||
\preview on
|
\preview on
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -52,6 +52,7 @@
|
|||||||
# FILE SECTION ######################################
|
# FILE SECTION ######################################
|
||||||
#
|
#
|
||||||
|
|
||||||
|
\template_path "~/Library/Application Support/LyX-1.4/templates"
|
||||||
|
|
||||||
#
|
#
|
||||||
# ASCII EXPORT SECTION ##############################
|
# ASCII EXPORT SECTION ##############################
|
||||||
@ -89,8 +90,13 @@
|
|||||||
\format "word" "doc" "Word" "W" "open" ""
|
\format "word" "doc" "Word" "W" "open" ""
|
||||||
\format "rtf" "rtf" "RTF" "" "open" ""
|
\format "rtf" "rtf" "RTF" "" "open" ""
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# CONVERTERS SECTION ##########################
|
# CONVERTERS SECTION ##########################
|
||||||
#
|
#
|
||||||
|
|
||||||
|
\converter "latex" "lyx" "$$s/../MacOS/tex2lyx -f $$i $$o" ""
|
||||||
|
|
||||||
|
#
|
||||||
|
# COPIERS SECTION ##########################
|
||||||
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user