mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
find reLyX on Edit>Reconfigure when running from build directory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b2a16b089b
commit
02ab0cc9eb
@ -1,3 +1,8 @@
|
||||
2002-11-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* configure.m4: find reLyX on Edit>Reconfigure when running from
|
||||
build directory
|
||||
|
||||
2002-10-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* configure.m4: add mozilla as default previewer for html
|
||||
|
@ -216,7 +216,7 @@ test $latex_to_pdf != "none" && latex_to_pdf="$latex_to_pdf \$\$i"
|
||||
|
||||
# Search for an installed reLyX or a ready-to-install one
|
||||
save_PATH=${PATH}
|
||||
PATH=${PATH}:./reLyX/
|
||||
PATH=${PATH}:${srcdir}/reLyX/
|
||||
SEARCH_PROG([for a LaTeX -> LyX converter],tex_to_lyx_command,reLyX)
|
||||
PATH=${save_PATH}
|
||||
test $tex_to_lyx_command = "reLyX" && tex_to_lyx_command="reLyX -f \$\$i"
|
||||
|
@ -41,8 +41,8 @@ What's new
|
||||
|
||||
- new class ijmpd; update cl2emult, llncs and foils textclasses
|
||||
|
||||
- small cleanup of UserGuide; update to German, French and Russian
|
||||
documentation; new Hebrew tutorial
|
||||
- small cleanup of UserGuide and FAQ; update to German, French and
|
||||
Russian documentation; new Hebrew tutorial
|
||||
|
||||
- update french, german, russian and danish localization of the
|
||||
interface
|
||||
|
Loading…
Reference in New Issue
Block a user