]> git.lyx.org Git - lyx.git/blob - development/MacOSX/spotlight/Makefile.am
Add support for the newly released Cygwin 1.7.
[lyx.git] / development / MacOSX / spotlight / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 bundledir = $(prefix)/Contents
4
5 spotlightdir = $(bundledir)/Library/Spotlight/LyX-Metadata.mdimporter/Contents
6 dist_spotlight_DATA = Info.plist 
7
8 spotlightbindir = $(spotlightdir)/MacOS
9 dist_spotlightbin_DATA = LyX-Metadata
10
11 spotlightdatadir = $(spotlightdir)/Resources
12 dist_spotlightdata_DATA = schema.xml
13
14 spotlightenglishdir = $(spotlightdatadir)/English.lproj
15 dist_spotlightenglish_DATA = InfoPlist.strings schema.strings
16
17 # Just in case we are doing a parallel install, make sure the
18 # dependencies between directories is correct. Is there a better way
19 # to do that?
20 install-dist_spotlightbinDATA: install-dist_spotlightDATA
21 install-dist_spotlightdataDATA: install-dist_spotlightDATA
22 install-dist_spotlightenglishDATA: install-dist_spotlightdataDATA