X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=46de2695e30b639d76283f6662fd6ea803449399;hb=1ff6cc29bb8dfd8424707703af45c1bea8f6daaa;hp=6f69012a6df1e76199417808d69e65b8a05e0625;hpb=2918768a589a8c3a70866be43abcf98098ffbb1e;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 6f69012..46de269 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" @@ -66,15 +66,6 @@ install: install -D -m 0644 $${MANPAGE} $(DESTDIR)/usr/share/man/man$${SECTION}/$$(basename $${MANPAGE}); \ done - for LANGUAGE in $(LANGUAGES); \ - do \ - for MANPAGE in manpages/$${LANGUAGE}/*; \ - do \ - SECTION="$$(basename $${MANPAGE} | awk -F. '{ print $$3 }')"; \ - install -D -m 0644 $${MANPAGE} $(DESTDIR)/usr/share/man/$${LANGUAGE}/man$${SECTION}/$$(basename $${MANPAGE} .$${LANGUAGE}.$${SECTION}).$${SECTION}; \ - done; \ - done - uninstall: # Uninstalling executables rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile