]> Dogcows Code - chaz/yoink/commitdiff
optionally install man pages
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 21 Jun 2010 21:53:04 +0000 (15:53 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 21 Jun 2010 21:53:04 +0000 (15:53 -0600)
Makefile
arch/archlinux/PKGBUILD

index b5a149f4df2c706fc60ea14e6dbbae72b5823987..d5718c2ca9f186a5810d8a3ea035a55f5e0d323d 100644 (file)
--- 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:
index fed4e99e23248919b12eb1737cb78ed4afd4977d..9d174c2e5d592462355e5304d12d002a0b5fd846 100644 (file)
@@ -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@')
 
This page took 0.020409 seconds and 4 git commands to generate.