lyx_mirror/development/MacOSX/Makefile.am
Jean-Marc Lasgouttes 043258ff32 Generate automatically lyxrc.dist and Info.plist for LyX/Mac
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19382 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-09 20:57:23 +00:00

22 lines
453 B
Makefile

include $(top_srcdir)/config/common.am
LINGUAS = $(srcdir)/../../po/LINGUAS
SUBDIRS = spotlight
bundledir = ${prefix}/Contents
dist_bundle_DATA = PkgInfo
nodist_bundle_DATA = Info.plist
dist_bin_SCRIPTS = lyxeditor
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 \
$(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
done