From d7acd86e0e3cb6a8c4a2e0e0236f3c7908bdb1c3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 29 Dec 2015 20:44:16 -0800 Subject: [PATCH] Makefile: Add glossary to DOC_FILES At the end of the list, to match its position in the README. This catches #107 up with #263, which I'd missed during one of the #107 rebases. Signed-off-by: W. Trevor King --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d5937ec..d564e1af 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ DOC_FILES := \ config.md \ config-linux.md \ runtime-config.md \ - runtime-config-linux.md + runtime-config-linux.md \ + glossary.md docs: pdf html