fix invocation of tex2lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10340 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-07-19 20:56:11 +00:00
parent 5570211e7b
commit 10599628b3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.m4: fi invocation of tex2lyx.
2005-07-18 José Matos <jamatos@lyx.org>
* examples/*.lyx:

View File

@ -260,7 +260,7 @@ SEARCH_PROG([for a raster image editor], RASTERIMAGE_EDITOR, gimp)
SEARCH_PROG([for a text editor], TEXT_EDITOR, xemacs gvim kedit kwrite kate nedit gedit notepad)
# Search for an installed tex2lyx or a ready-to-install one
SEARCH_PROG([for a LaTeX -> LyX converter],tex_to_lyx_command, "$PWD/../src/tex2lyx/tex2lyx -f \$\$i" "tex2lyx$version_suffix -f \$\$i")
SEARCH_PROG([for a LaTeX -> LyX converter],tex_to_lyx_command, "$PWD/../src/tex2lyx/tex2lyx -f \$\$i >\$\$o" "tex2lyx$version_suffix -f \$\$i >\$\$o")
SEARCH_PROG([for a Noweb -> LyX converter],literate_to_lyx_command,"noweb2lyx \$\$i \$\$o")
literate_to_lyx_command=`echo $literate_to_lyx_command | sed "s,noweb2lyx,noweb2lyx$version_suffix,"`