]> git.lyx.org Git - features.git/commitdiff
Fix bug 144: Support for noteedit
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 15:56:41 +0000 (15:56 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 15:56:41 +0000 (15:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16574 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 33f1588a30dfab83edf2966f02ac97264fd09136..4fa87da2ed1dd67642631b4577026b428ff7d930 100644 (file)
@@ -294,6 +294,9 @@ def checkFormatEntries(dtl_tools):
     checkViewer('an HTML previewer', ['mozilla file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format html       html    HTML                   H  "%%"        ""      "document"'])
     #
+    checkViewer('Noteedit', ['noteedit'],
+        rc_entry = [r'\Format noteedit   not     Noteedit               "" "%%"        "%%"    "vector"'])
+    #
     # entried that do not need checkProg
     addToRC(r'''\Format date       ""     "date command"          "" ""        ""      ""
 \Format fax        ""      Fax                    "" ""        ""      "document"
@@ -435,6 +438,9 @@ def checkConverterEntries():
         else:
             print '+  found LilyPond, but could not extract version number.'
     #
+    checkProg('a Noteedit -> LilyPond converter', ['noteedit --export-lilypond $$i'],
+        rc_entry = [ r'\converter noteedit   lilypond   "%%"   ""', ''])
+    #
     # FIXME: no rc_entry? comment it out
     # checkProg('Image converter', ['convert $$i $$o'])
     #