diff options
author | Linus Nordberg <linus@nordberg.se> | 2010-06-01 10:38:22 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-06-01 10:38:22 +0200 |
commit | f7e7c90677ad7099cf15219addcbc4c747d0d4ec (patch) | |
tree | 8d26690cd34e7119dc8bc8e8aba4dbeddb48f9f9 /Makefile.am | |
parent | 0b2d74529d19b4b25bb96736e005b2c38ac6d257 (diff) |
* Makefile.am: Put man page files in `dist_man_MANS' and it's built by
target 'all' as well as included in 'dist'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index c0e7cbd..fe7d6cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,11 +44,10 @@ radsecproxy_LDADD = @SSL_LIBS@ catgconf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@ catgconf_LDFLAGS = @TARGET_LDFLAGS@ -EXTRA_DIST = radsecproxy.conf-example \ - radsecproxy.1 \ - radsecproxy.conf.5.xml +dist_man_MANS = radsecproxy.1 radsecproxy.conf.5 +EXTRA_DIST = radsecproxy.conf-example radsecproxy.conf.5.xml -man: $(srcdir)/radsecproxy.conf.5.xml +radsecproxy.conf.5: $(srcdir)/radsecproxy.conf.5.xml docbook2x-man $< # Build HTML version of radsecproxy.conf.5. NOTE: Only tested with |