diff --git a/lib/configure.py b/lib/configure.py index 60f26efa86..53c735b245 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -647,6 +647,8 @@ def checkConverterEntries(): rc_entry = [ r'\converter lyx wordhtml "%%" ""' ]) if elyxer.find('elyxer') >= 0: elyxerfound = True + else: + elyxerfound = False if elyxerfound: addToRC(r'''\copier html "python -tt $$s/scripts/ext_copy.py -e html,png,jpg,jpeg,css $$i $$o"''')