]> git.lyx.org Git - lyx.git/blob - development/MacOSX/Makefile.am
Customization: correct some color names.
[lyx.git] / development / MacOSX / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 LINGUAS = $(srcdir)/../../po/LINGUAS
4
5 SUBDIRS = spotlight
6
7 bundledir = ${prefix}/Contents
8 dist_bundle_DATA = PkgInfo
9 nodist_bundle_DATA = Info.plist
10
11 dist_bin_SCRIPTS = lyxeditor
12
13 dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns LyX.sdef dmg-background.png
14 nodist_pkgdata_DATA = lyxrc.dist
15
16
17 install-data-hook:
18         LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
19         for f in en $$LINGUAS_ ; do \
20           $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
21         done