]> git.lyx.org Git - lyx.git/blob - development/MacOSX/Makefile.am
installer: prepare for next releases
[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 = Info.plist PkgInfo
9
10 dist_bin_SCRIPTS = lyxeditor
11
12 dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns lyxrc.dist
13
14
15 install-data-hook:
16         LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
17         for f in $$LINGUAS_ ; do \
18           $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
19         done