]> git.lyx.org Git - lyx.git/commit
* lyxpreview_tool.py : Allow to look for commands with arguments.
authorJulien Rioux <jrioux@lyx.org>
Mon, 3 Oct 2011 16:35:25 +0000 (16:35 +0000)
committerJulien Rioux <jrioux@lyx.org>
Mon, 3 Oct 2011 16:35:25 +0000 (16:35 +0000)
commit2645d57d89c578d7a1c0c26516164f3a71b2113c
treeb9ba4e1b11cb1675a7b217284564792097a31a4c
parentc221e445fe8f35ff02fff70f3898b4ed7eb03591
* lyxpreview_tool.py : Allow to look for commands with arguments.

For example, find_exe(["bibtex -min-crossrefs=7"]) should search for
bibtex and if it is found, return the string "bibtex -min-crossrefs=7".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39794 a592a061-630c-0410-9148-cb99ea01b6c8
lib/scripts/lyxpreview_tools.py