X-Git-Url: http://repo.macrolet.net/gitweb/?p=crypto-install.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=96d1b4e42732aeb1a00ad57b1e6ced71d0664cf7;hp=570aa8b7fae11c0f74a59d11347267bb41415a7c;hb=d13e0184e3cf47a77c4795a33f9c18b4237cd715;hpb=bc6e20b50145e3fe9e2888d34b5e94fe89a95ee1 diff --git a/Makefile b/Makefile index 570aa8b..96d1b4e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ test: build: mkdir build -build/crypto-install: crypto-install build +build/crypto-install: crypto-install build locale/*/LC_MESSAGES/crypto-install.mo sed \ -e "s/GIT-TAG/`git describe --abbrev=0 --tags`/g" \ -e "s/GIT-COMMIT/`git rev-parse --short=7 HEAD`/g" \ @@ -20,5 +20,8 @@ build/crypto-install: crypto-install build crypto-install > build/crypto-install chmod a+rx build/crypto-install +locale/*/LC_MESSAGES/crypto-install.mo: locale/*/LC_MESSAGES/crypto-install.po + msgfmt $< + clean: rm -rf build