diff options
| -rw-r--r-- | po/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/po/Makefile b/po/Makefile index 6090ed0..c77ddea 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,7 +1,7 @@  # Makefile to manage gettext files  DOMAIN=live-helper -ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage" +ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage Echo"  POFILES=$(wildcard *.po)  MOFILES=$(patsubst %.po,%.mo,$(POFILES)) | 
