X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=46de2695e30b639d76283f6662fd6ea803449399;hb=ebdefd9601c017c5a7264a94cee2c7af914bca76;hp=cb931caede9603d96a1d6983ce31914c6036c688;hpb=0d16fc697a6aca659d65cf0cb4dda836cdf0e981;p=live-boot-grml.git diff --git a/Makefile b/Makefile index cb931ca..46de269 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := sh -e -LANGUAGES = de +LANGUAGES = en $(shell cd manpages/po && ls) SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* @@ -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