X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMacOSX%2FMakefile.am;h=579c9287bf55e32c8f6502cfb61c9c537019aa3b;hb=953e56492a1e86e4d041ca8a3de317c968170aeb;hp=de8a43bd289545301c9b9bac58b52b89f9ede90a;hpb=483dba4588b1d44691cd4304544cc4b66c2d0ea4;p=lyx.git diff --git a/development/MacOSX/Makefile.am b/development/MacOSX/Makefile.am index de8a43bd28..579c9287bf 100644 --- a/development/MacOSX/Makefile.am +++ b/development/MacOSX/Makefile.am @@ -10,12 +10,12 @@ nodist_bundle_DATA = Info.plist dist_bin_SCRIPTS = lyxeditor -dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns +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