diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 15:11:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 15:11:47 +0100 |
commit | c8af9559dc44b578d3b49620f690652a1676e9bd (patch) | |
tree | 517ef6eb4db147b69ae253ac974e6dbff3b4458c /source4/smbd | |
parent | ceb2bb16b5e01c8341a269420cafab0d189889f2 (diff) | |
download | samba-c8af9559dc44b578d3b49620f690652a1676e9bd.tar.gz samba-c8af9559dc44b578d3b49620f690652a1676e9bd.tar.bz2 samba-c8af9559dc44b578d3b49620f690652a1676e9bd.zip |
Move manpage management out of the perl build system.
(This used to be commit a660ab262e7202baccf16cb8b2bc47cb8efacc34)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/config.mk | 3 |
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 ################################# |