From: Georg Baum Date: Sun, 7 Jan 2007 15:56:41 +0000 (+0000) Subject: Fix bug 144: Support for noteedit X-Git-Tag: 1.6.10~11287 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=47e8e30eb115e9ed7013ce02771baa8ec31aaed7;p=features.git Fix bug 144: Support for noteedit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16574 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 33f1588a30..4fa87da2ed 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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']) #