]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/Makefile.am
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / development / MacOSX / Makefile.am
index 9282d86a81e9d5b6821743a87bc542ee21c178dc..ef9e8085853baadf133d23abc2cac7f547e83e9f 100644 (file)
@@ -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
+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