projects
/
pdns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d233a4e
)
do dist zone2ldap.1 always
author
Peter van Dijk
<peter.van.dijk@powerdns.com>
Tue, 27 Feb 2018 18:56:06 +0000
(19:56 +0100)
committer
Peter van Dijk
<peter.van.dijk@powerdns.com>
Sun, 4 Mar 2018 21:06:10 +0000
(22:06 +0100)
docs/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/Makefile.am
b/docs/Makefile.am
index 2d36d90cdd60e1d8d15e8043a82c95a0eb1bc11f..905f1557a0298a4cb6b197d31bff5b09862e4161 100644
(file)
--- a/
docs/Makefile.am
+++ b/
docs/Makefile.am
@@
-4,13
+4,16
@@
MAIN_MANS = pdns_server.1 \
zone2json.1 \
zone2sql.1
-if LDAP
+MANPAGES_INSTALL = $(MAIN_MANS)
+
MAIN_MANS += zone2ldap.1
-endif
-MANPAGES_INSTALL = $(MAIN_MANS)
MANPAGES_DIST = $(MAIN_MANS)
+if LDAP
+MANPAGES_INSTALL += zone2ldap.1
+endif
+
MANPAGES_TARGET_TOOLS = calidns.1 \
dnsgram.1 \
dnsreplay.1 \