X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMacOSX%2FMakefile.am;h=579c9287bf55e32c8f6502cfb61c9c537019aa3b;hb=953e56492a1e86e4d041ca8a3de317c968170aeb;hp=9282d86a81e9d5b6821743a87bc542ee21c178dc;hpb=951701394e9490d1e8210ed653636ed29a9926ae;p=lyx.git diff --git a/development/MacOSX/Makefile.am b/development/MacOSX/Makefile.am index 9282d86a81..579c9287bf 100644 --- a/development/MacOSX/Makefile.am +++ b/development/MacOSX/Makefile.am @@ -5,15 +5,17 @@ LINGUAS = $(srcdir)/../../po/LINGUAS SUBDIRS = spotlight bundledir = ${prefix}/Contents -dist_bundle_DATA = Info.plist PkgInfo +dist_bundle_DATA = PkgInfo +nodist_bundle_DATA = Info.plist dist_bin_SCRIPTS = lyxeditor -dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns lyxrc.dist +dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns LyX.sdef dmg-background.png +nodist_pkgdata_DATA = lyxrc.dist install-data-hook: LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \ - for f in $$LINGUAS_ ; do \ + for f in en $$LINGUAS_ ; do \ $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \ done