diff options
| -rw-r--r-- | Makefile.am | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/Makefile.am b/Makefile.am index 0efbf2f..206e3c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,5 +44,12 @@ radsecproxy_LDADD   = @SSL_LIBS@  catgconf_CFLAGS     = -g @TARGET_CFLAGS@  catgconf_LDFLAGS    = @TARGET_LDFLAGS@ -dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example -dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5 +EXTRA_DIST = radsecproxy.conf-example \ +		radsecproxy.1 \ +		radsecproxy.conf.5.xml + +man: $(srcdir)/radsecproxy.conf.5.xml +	docbook2x-man $< + +clean-local: +	-rm radsecproxy.conf.5 | 
