summaryrefslogtreecommitdiff
path: root/source4/smbd/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-26 15:11:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 14:12:23 +0100
commitd8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf (patch)
tree7ca1f74a5698989585882b49e26354412407940e /source4/smbd/config.mk
parentd3f260cbef82c040f8b287163f92c5b54f23d433 (diff)
downloadsamba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.tar.gz
samba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.tar.bz2
samba-d8d9a6ef040b6c3e7946e6ae2cba2b28234c8baf.zip
Move manpage management out of the perl build system.
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
Diffstat (limited to 'source4/smbd/config.mk')
-rw-r--r--source4/smbd/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk
index c4d1070992..2482780756 100644
--- a/source4/smbd/config.mk
+++ b/source4/smbd/config.mk
@@ -27,7 +27,6 @@ PRIVATE_PROTO_HEADER = pidfile.h
# Start BINARY smbd
[BINARY::smbd]
INSTALLDIR = SBINDIR
-MANPAGE = smbd.8
OBJ_FILES = \
server.o
PRIVATE_DEPENDENCIES = \
@@ -44,5 +43,7 @@ PRIVATE_DEPENDENCIES = \
ntvfs \
share \
CLUSTER
+
+MANPAGES += smbd/smbd.8
# End BINARY smbd
#################################