From 89ec7c1ab9310c37219e52fcf6dbd4eaa12ffe7e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Jun 2014 22:44:14 -0400 Subject: common.mk: don't install HACKING.md files --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 44896e2..a05e0c6 100644 --- a/common.mk +++ b/common.mk @@ -32,7 +32,7 @@ rootdir = $(shell sed -r 's|^/||;s|[^/]+|..|g'<<<$(bindir)) progs += $(filter-out $(no-progs),$(shell find . -maxdepth 1 -type f -executable -printf '%f\n')) confs += $(filter-out $(no-conf) ,$(wildcard *.conf)) mans += $(filter-out $(no-mans) ,$(patsubst %.ronn,%,$(wildcard *.ronn))) -docs += $(filter-out $(no-docs) ,$(wildcard *.md) $(wildcard *.ronn)) +docs += $(filter-out $(no-docs) HACKING.md,$(wildcard *.md) $(wildcard *.ronn)) libexecs += libs += -- cgit v1.2.3