]> git.lyx.org Git - features.git/blobdiff - lib/configure.py
Add python lyxpaperview script
[features.git] / lib / configure.py
index 856b82bd419edf8253c96d1bf2b33a2558ca5f37..b708edff2a15198e8a35fb2492b25ae51de72191 100644 (file)
@@ -1311,7 +1311,7 @@ def checkOtherEntries():
     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 "%%"' ])
+        ['lyxpaperview', 'lyxpaperview.py'], rc_entry = [ r'\citation_search_view "%%"' ])
     ## FIXME: OCTAVE is not used anywhere
     # path, OCTAVE = checkProg('Octave', ['octave'])
     ## FIXME: MAPLE is not used anywhere