X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=1f962081eb64da944b6894c6bdf199f336d4a0a3;hb=27ba6f282dc36b5cb500bbd51c2f87fd697d0626;hp=f1550fc03179ca85ee8a46f6845a75de07a4d8f6;hpb=caa1dd2aeed97330e05c0e96ae7e5bb929b0866d;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index f1550fc031..1f962081eb 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1517,7 +1517,7 @@ def processModuleFile(file, filename, bool_docbook): remods = re.compile(b'\s*#\s*\\\\DeclareLyXModule\s*(?:\[([^]]*?)\])?{(.*)}') rereqs = re.compile(b'\s*#+\s*Requires: (.*)') reexcs = re.compile(b'\s*#+\s*Excludes: (.*)') - recaty = re.compile(b'\s*#+\s*Category: (.*)') + recaty = re.compile(b'\\s*#\\s*\\\\DeclareCategory{(.*)}\\s*$') redbeg = re.compile(b'\s*#+\s*DescriptionBegin\s*$') redend = re.compile(b'\s*#+\s*DescriptionEnd\s*$') @@ -1859,8 +1859,6 @@ Format %i inkscape_cl = inkscape_gui if os.name == 'nt': inkscape_cl = inkscape_gui.replace('.exe', '.com') - # On MacOSX, Inkscape requires full path file arguments. This - # is not needed on Linux and Win and even breaks the latter. checkFormatEntries(dtl_tools) checkConverterEntries() (chk_docbook, bool_docbook, docbook_cmd) = checkDocBook()