X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMacOSX%2FMakefile.am;h=9ca0c22a5f12b84fa655a9311418127f6d638acb;hb=79cf3f5ec1088e7de988e889247ec300d42fb70b;hp=89b1a715bb65008f5e2be8a885823e1e5a41e891;hpb=4674c3e1c55685203a70368b9323ad85a6bbc00f;p=lyx.git diff --git a/development/MacOSX/Makefile.am b/development/MacOSX/Makefile.am index 89b1a715bb..9ca0c22a5f 100644 --- a/development/MacOSX/Makefile.am +++ b/development/MacOSX/Makefile.am @@ -8,14 +8,14 @@ bundledir = ${prefix}/Contents dist_bundle_DATA = PkgInfo nodist_bundle_DATA = Info.plist -dist_bin_SCRIPTS = lyxeditor +dist_bin_SCRIPTS = lyxeditor maxima inkscape -dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns LyX.sdef +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 en $$LINGUAS_ ; do \ - mkdir -p $(pkgdatadir)/$$f.lproj ; \ + $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \ done