From ebdefd9601c017c5a7264a94cee2c7af914bca76 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 8 Jun 2011 10:19:29 +0200 Subject: [PATCH] Drop installation of localized manpages from upstream Makefile. Upstream's Makefile currently results in: E: live-boot: manpage-in-wrong-directory usr/share/man/en/man/live-boot.7..gz E: live-boot: manpage-in-wrong-directory usr/share/man/en/man/live-snapshot.1..gz So lets drop the localized manpages and just install the english ones. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 4e579a3..46de269 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.1.4