Added example configuration to Makefile installation
This commit is contained in:
parent
4a80c76914
commit
8441e34e06
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue