also install en.lproj file in the bundle on the mac

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19463 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-12 17:49:50 +00:00
parent f130c13c7b
commit 1afbb2301e

View File

@ -16,6 +16,6 @@ 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