From 8441e34e06ec5f4e833c5b37c5c7d88f640bd54e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 19 Feb 2015 15:04:49 -0500 Subject: [PATCH] Added example configuration to Makefile installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a9e3bb..a9a0110 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION=0.9.0 DIRS=bin lib tpl INSTALL_DIRS=`find $(DIRS) -type d 2>/dev/null` INSTALL_FILES=`find $(DIRS) -type f 2>/dev/null` -DOC_FILES=*.md doc/*.pod +DOC_FILES=*.conf *.md doc/*.pod SCRIPTS=ca-create-cert ca-init ca-list-certs ca-renew-cert ca-revoke-cert PKG_DIR=ca-scripts