X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=4e579a32786c8ba2f56f4b313f81494b30b34d5b;hb=2ad3c30d9ef0cc1ea2c7df7e7f0862c4dc6dad5d;hp=6f69012a6df1e76199417808d69e65b8a05e0625;hpb=2918768a589a8c3a70866be43abcf98098ffbb1e;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 6f69012..4e579a3 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ SHELL := sh -e -LANGUAGES = de +LANGUAGES = en $(shell cd manpages/po && ls) SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* -all: test build +all: build test: @echo -n "Checking for syntax errors"