]> git.proxmox.com Git - proxmox-i18n.git/blobdiff - Makefile
update german translation
[proxmox-i18n.git] / Makefile
index bb2372e12649968bb0887e3f86218fad83a10247..fab5be7743d86e0fe7315d00ba8cf4faa15e0ad7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,14 @@
 LINGUAS=de it fr ja es sv ru tr zh_CN da ca pl sl nb nn pt_BR eu fa gl hu
 
 VERSION=1.0
-PKGREL=3
+PKGREL=4
 
 PVE_I18N_DEB=pve-i18n_${VERSION}-${PKGREL}_all.deb
 PMG_I18N_DEB=pmg-i18n_${VERSION}-${PKGREL}_all.deb
 
-DEBS=${PMG_I18N_DEB} ${PVE_I18N_DEB}
+DEB1=${PMG_I18N_DEB}
+DEB2=$(PVE_I18N_DEB)
+DEBS=$(DEB1) $(DEB2)
 
 PMGLOCALEDIR=${DESTDIR}/usr/share/pmg-i18n
 PVELOCALEDIR=${DESTDIR}/usr/share/pve-i18n
@@ -18,7 +20,8 @@ all:
 
 .PHONY: deb
 deb: $(DEBS)
-$(DEBS): | submodule
+$(DEB2): $(DEB1)
+$(DEB1): | submodule
        rm -rf dest
        rsync -a * dest
        cd dest; dpkg-buildpackage -b -us -uc