summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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 +=