]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#859, !509] updated comments
authorRazvan Becheriu <razvan@isc.org>
Thu, 12 Sep 2019 09:04:31 +0000 (12:04 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 30 Jul 2020 08:30:07 +0000 (08:30 +0000)
tools/Makefile.am

index 2e156f07e7975d5cc9e71573fe005d652f7c13d2..d99f93cb591645f617a09263a4d6c9946c34abfe 100644 (file)
@@ -13,7 +13,10 @@ if GENERATE_DOCS
 
 # Scripts for Cassandra support. Ultimately those scripts will have to be
 # incorporated in DataStax cpp-driver source tree, but until that happens,
-# let's keep them in Kea rpo
+# let's keep them in Kea repo.
+# Scripts for sysrepo are also included. If users do not want to install
+# the sysrepo libraries and binaries in the default system tree and prefer
+# a custom path, these scripts can be used.
 EXTRA_DIST = cql_config cql_config_defines.sh.sample sysrepo_config sysrepo_config_defines.sh.sample
 
 endif