mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* configure.py : Fixup r39643, srcdir is a string containing the basepath to configure.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39645 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5891c139da
commit
9571f12801
@ -623,7 +623,7 @@ def checkConverterEntries(java='', perl=''):
|
||||
# 2) If LyX was configured with a version suffix then tex2lyx
|
||||
# will also have this version suffix.
|
||||
# 3) Otherwise always use tex2lyx.
|
||||
in_place = os.path.join('srcdir', '..', 'src', 'tex2lyx', 'tex2lyx')
|
||||
in_place = os.path.join(srcdir, '..', 'src', 'tex2lyx', 'tex2lyx')
|
||||
in_place = os.path.abspath(in_place)
|
||||
|
||||
path, t2l = checkProg('a LaTeX/Noweb -> LyX converter', [in_place, 'tex2lyx' + version_suffix, 'tex2lyx'],
|
||||
|
Loading…
Reference in New Issue
Block a user