From 47e8e30eb115e9ed7013ce02771baa8ec31aaed7 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 7 Jan 2007 15:56:41 +0000 Subject: [PATCH] Fix bug 144: Support for noteedit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16574 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 6 ++++++ 1 file changed, 6 insertions(+) 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']) # -- 2.39.2