]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/Makefile.am
installer: prepare for next releases
[lyx.git] / development / MacOSX / Makefile.am
index ca8a6919c4b2b51140217c5d4937ce5257d429f7..9282d86a81e9d5b6821743a87bc542ee21c178dc 100644 (file)
@@ -1,11 +1,19 @@
 include $(top_srcdir)/config/common.am
 
+LINGUAS = $(srcdir)/../../po/LINGUAS
+
 SUBDIRS = spotlight
 
 bundledir = ${prefix}/Contents
 dist_bundle_DATA = Info.plist PkgInfo
 
-bin_SCRIPTS = lyxeditor
+dist_bin_SCRIPTS = lyxeditor
 
 dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns lyxrc.dist
 
+
+install-data-hook:
+       LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
+       for f in $$LINGUAS_ ; do \
+         $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
+       done