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

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19462 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-12 17:48:57 +00:00
parent 24d2120dab
commit dbbd415d8f

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