Another minor change, but this should almost get us to the point that we
[lyx.git] / development / MacOSX / Makefile.am
blob4714c7f5c3ac7959d8d7beccfd1d14f4a0a5b3b8
1 include $(top_srcdir)/config/common.am
3 LINGUAS = $(srcdir)/../../po/LINGUAS
5 SUBDIRS = spotlight
7 bundledir = ${prefix}/Contents
8 dist_bundle_DATA = PkgInfo
9 nodist_bundle_DATA = Info.plist
11 dist_bin_SCRIPTS = lyxeditor
13 dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns
14 nodist_pkgdata_DATA = lyxrc.dist
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