diff options
author | Linus Nordberg <linus@nordu.net> | 2015-01-19 14:38:58 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-01-19 14:51:50 +0100 |
commit | ea29482f849d95189ff5f1bad0a34393403e73e6 (patch) | |
tree | caf6183b43f00043ef6474cbdd5ac004cc31bb5f /Makefile.am | |
parent | 986b76ce13d616fa052748c9fa31b51e55aeecc8 (diff) |
Install radsecproxy.conf.5 unconditionally.
Keep regeneration of it dependent on configure finding docbook2x-man(1).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3636c3d..0cb8516 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ radsecproxy_LDADD = librsp.a @SSL_LIBS@ radsecproxy_conf_LDFLAGS = @TARGET_LDFLAGS@ -dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 $(GENMANPAGES) +dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 radsecproxy.conf.5 EXTRA_DIST = \ LICENSE THANKS \ |