>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> I checked that spotlightbindir is set to /Applications/LyX.app/ >> Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/MacOS >> which does contain the file LyX-Metadata >> >> Have you any ideas on what might be going wrong? Bennett> This is a problem introduced in preparing the sources for Bennett> beta 3; it's not a problem for svn. Here is the (trivial) patch. Jose', since it is so trivial, I'll just commit it. JMarc
Index: development/MacOSX/spotlight/Makefile.am =================================================================== --- development/MacOSX/spotlight/Makefile.am (révision 18451) +++ development/MacOSX/spotlight/Makefile.am (copie de travail) @@ -6,7 +6,7 @@ spotlightdir = $(bundledir)/Library/Spot dist_spotlight_DATA = Info.plist spotlightbindir = $(spotlightdir)/MacOS -spotlightbin_DATA = LyX-Metadata +dist_spotlightbin_DATA = LyX-Metadata spotlightdatadir = $(spotlightdir)/Resources dist_spotlightdata_DATA = schema.xml