From 2e3a4ea3cb6cc059adcc1312e55991296d7e36a9 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Wed, 18 Apr 2018 11:06:21 +0200 Subject: [PATCH 2/2] do not install sample files as configuration, but documentation --- configs/Makefile.am | 2 -- doc/Makefile.am | 4 +++- {configs => doc/examples}/console.logger | 0 {configs => doc/examples}/syslog.logger | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {configs => doc/examples}/console.logger (100%) rename {configs => doc/examples}/syslog.logger (100%) diff --git a/configs/Makefile.am b/configs/Makefile.am index d8994265..97a8c9b9 100644 --- a/configs/Makefile.am +++ b/configs/Makefile.am @@ -43,8 +43,6 @@ CONFIGFILES = \ security-policy.xml \ example-metadata.xml \ example-shibboleth3.xml \ - console.logger \ - syslog.logger \ accessError.html \ attrChecker.html \ sessionError.html \ diff --git a/doc/Makefile.am b/doc/Makefile.am index 36ba0211..690c7691 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,7 +16,9 @@ docfiles = \ RELEASE.txt \ FASTCGI.LICENSE \ OPENSSL.LICENSE \ - LOG4CPP.LICENSE + LOG4CPP.LICENSE \ + examples\console.logger \ + examples\syslog.logger webfiles = main.css diff --git a/configs/console.logger b/doc/examples/console.logger similarity index 100% rename from configs/console.logger rename to doc/examples/console.logger diff --git a/configs/syslog.logger b/doc/examples/syslog.logger similarity index 100% rename from configs/syslog.logger rename to doc/examples/syslog.logger -- 2.13.6