]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/Makefile.am
Cmake tests: Test export xhtml always, independent of default output format
[lyx.git] / development / MacOSX / Makefile.am
index de8a43bd289545301c9b9bac58b52b89f9ede90a..579c9287bf55e32c8f6502cfb61c9c537019aa3b 100644 (file)
@@ -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