]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
* GuiImage:
[lyx.git] / lib / configure.py
index 92eaaa84a56c19afa571111e264292679827549f..6be80f6fd0dc3abefde8c37d6b4b4badfca4db0b 100644 (file)
@@ -594,6 +594,8 @@ def checkOtherEntries():
         rc_entry = [ r'\bibtex_command "%%"' ])
     checkProg('an index processor', ['texindy', 'makeindex -c -q'],
         rc_entry = [ r'\index_command "%%"' ])
+    checkProg('a nomenclature processor', ['makeindex'],
+        rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ])
     checkProg('a spellchecker', ['ispell'],
         rc_entry = [ r'\spell_command "%%"' ])
     ## FIXME: OCTAVE is not used anywhere