mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
f130c13c7b
commit
1afbb2301e
@ -16,6 +16,6 @@ nodist_pkgdata_DATA = lyxrc.dist
|
|||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
|
LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
|
||||||
for f in $$LINGUAS_ ; do \
|
for f in en $$LINGUAS_ ; do \
|
||||||
$(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
|
$(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user