diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-04 17:20:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-04 17:20:32 +0200 |
commit | 184c53d180fac49e572f1ad86ce2adf6ca3a5247 (patch) | |
tree | d643ed533e2ddbac9bd2c5132b8bf3f1be4982de /source4 | |
parent | faa3dec34a67b59fc7e733a2ce3a9d9f2cb34b2d (diff) | |
download | samba-184c53d180fac49e572f1ad86ce2adf6ca3a5247.tar.gz samba-184c53d180fac49e572f1ad86ce2adf6ca3a5247.tar.bz2 samba-184c53d180fac49e572f1ad86ce2adf6ca3a5247.zip |
Don't install talloc manpage from samba, it's already installed from the standalone talloc build.
(This used to be commit 7bfda828952eab7f165190cbfd804e28780406c9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/talloc/config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/talloc/config.mk b/source4/lib/talloc/config.mk index 3eab90b9ae..42f8b38815 100644 --- a/source4/lib/talloc/config.mk +++ b/source4/lib/talloc/config.mk @@ -2,6 +2,3 @@ OUTPUT_TYPE = STATIC_LIBRARY OBJ_FILES = talloc.o CFLAGS = -Ilib/talloc - - -MANPAGES += $(tallocdir)/talloc.3 |