Move manpage management out of the perl build system.
[jelmer/samba4-debian.git] / source / smbd / config.mk
index c4d1070992ecf79a91727ed4d960bdd7baec99a8..24827807562e6e073dafcb96bec0da792123da0a 100644 (file)
@@ -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
 #################################