mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 19:38:18 +00:00
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:
parent
24d2120dab
commit
dbbd415d8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user