From: Charles McGarvey Date: Mon, 21 Jun 2010 21:53:04 +0000 (-0600) Subject: optionally install man pages X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=6945b41482b9549f21dcab251c3305b3f6756994 optionally install man pages --- diff --git a/Makefile b/Makefile index b5a149f..d5718c2 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ # Set this to `true' to echo each build command in full. verbose := false +# Set this to `false' to avoid installing manual pages. +install_man := true + # # Include the configuration file, config.mk. @@ -172,10 +175,12 @@ install: all do \ $(call remove_silencer,$(call DO_INSTALL,755,$$file,$(DESTDIR)$(bindir))); \ done +ifeq ($(install_man),true) $(SHELL_LINE_PREFIX)files='$(MANPAGES)'; for file in $$files; \ do \ $(call remove_silencer,$(call DO_INSTALL,644,$$file,$(DESTDIR)$(mandir))); \ done +endif .PHONY: uninstall uninstall: diff --git a/arch/archlinux/PKGBUILD b/arch/archlinux/PKGBUILD index fed4e99..9d174c2 100644 --- a/arch/archlinux/PKGBUILD +++ b/arch/archlinux/PKGBUILD @@ -16,7 +16,7 @@ replaces=() backup=() options=() install= -source=(http://www.dogcows.com/yoink/$pkgname-$pkgver.tar.bz2) +source=(http://www.dogcows.com/yoink/chrome/site/$pkgname-$pkgver.tar.bz2) noextract=() md5sums=('@CHECKSUM@')