X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=1547000b372e25eaf2edb339f471f6d1e5b60a89;hb=f25253f89ac121b1981fe26f0b90af9e2bbbe849;hp=856b82bd419edf8253c96d1bf2b33a2558ca5f37;hpb=894ad70eba5bf6abc523bf9c10df2b2ca4bd876f;p=features.git diff --git a/lib/configure.py b/lib/configure.py index 856b82bd41..1547000b37 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1310,13 +1310,12 @@ def checkOtherEntries(): rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ]) checkProg('a python-pygments driver command', ['pygmentize'], rc_entry = [ r'\pygmentize_command "%%"' ]) - checkProg('external script for searching and showing citation sources', - ['lyxpaperview'], rc_entry = [ r'\citation_search_view "%%"' ]) ## FIXME: OCTAVE is not used anywhere # path, OCTAVE = checkProg('Octave', ['octave']) ## FIXME: MAPLE is not used anywhere # path, MAPLE = checkProg('Maple', ['maple']) # Add the rest of the entries (no checkProg is required) + addToRC(r'''\citation_search_view "python -tt $$s/scripts/lyxpaperview.py"''') addToRC(r'''\copier fig "python -tt $$s/scripts/fig_copy.py $$i $$o" \copier pstex "python -tt $$s/scripts/tex_copy.py $$i $$o $$l" \copier pdftex "python -tt $$s/scripts/tex_copy.py $$i $$o $$l"