diff --git a/locale/Makefile b/locale/Makefile index 4f68f627..a8b62eb6 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -13,11 +13,17 @@ TEMPLATE = fdroidserver.pot VERSION = $(shell git describe) +default: + @printf "Build the translation files using: ./setup.py compile_catalog\n\n" + +message: + @printf "\nYou probably want to use this instead: ./setup.py compile_catalog\n\n" + # refresh everything from the source code update: $(POFILES) # generate .mo files from the .po files -compile: $(MOFILES) +compile: message $(MOFILES) clean: -rm -f -- $(MOFILES)