diff options
author | Linus Nordberg <linus@nordu.net> | 2016-09-16 12:11:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-09-16 12:11:44 +0200 |
commit | 0d5975e5846f671d4069b705134fd664f99c3382 (patch) | |
tree | 254e6e1b1b078377b180dbaaf23bc360e9a38e99 | |
parent | b159585bb9057bc441fd44ecf2d97b3f80782927 (diff) |
Don't build radsecproxy.conf.5 unless HAVE_DOCBOOK2X_MAN.
Patch from Fabian Mauchle.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1d10e30..e4a6ef9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ radsecproxy_LDADD = librsp.a @SSL_LIBS@ radsecproxy_conf_LDFLAGS = @TARGET_LDFLAGS@ -dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 radsecproxy.conf.5 +dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 $(GENMANPAGES) EXTRA_DIST = \ LICENSE THANKS \ |