X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=8ed0a6682457c04b726336eb1f776b93f4688ff9;hb=49809166e26b385b5c2e649baaab623175a75ac4;hp=e2d45954103df0516bd2939203a05a461c25a2ea;hpb=31f04d6ba979f99e8a23b6ff119322e208a10bc7;p=proxmox-i18n.git diff --git a/Makefile b/Makefile index e2d4595..8ed0a66 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include /usr/share/dpkg/pkg-info.mk -LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu he ar nl +LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu he ar nl kr PVE_I18N_DEB=pve-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb PMG_I18N_DEB=pmg-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb @@ -30,7 +30,8 @@ $(PVE_I18N_DEB): | submodule .PHONY: submodule submodule: - test -f "pmg-gui/Makefile" || git submodule update --init + test -f pmg-gui/Makefile -a -f proxmox-backup/Makefile -a -f pve-manager/Makefile \ + || git submodule update --init .PHONY: install install: ${PMG_LANG_FILES} ${PVE_LANG_FILES} ${PBS_LANG_FILES}