summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-12-21 20:04:22 +0000
committerGerald Carter <jerry@samba.org>2001-12-21 20:04:22 +0000
commitca87fe7176a69cdce25154b943ec4bb6118e0b03 (patch)
treeed4a0d62bed0053d83a694e813b4ff9496320db4 /source3/Makefile.in
parentfff44cc7009da6db0cc6478e0e239324316b4550 (diff)
downloadsamba-ca87fe7176a69cdce25154b943ec4bb6118e0b03.tar.gz
samba-ca87fe7176a69cdce25154b943ec4bb6118e0b03.tar.bz2
samba-ca87fe7176a69cdce25154b943ec4bb6118e0b03.zip
merge from 2.2
(This used to be commit 6697e46183719c894ec115c0fd8a18ad4191b347)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1ba5d16c5c..6b9bcb0ee7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -836,14 +836,6 @@ distclean: realclean
-rm -f config.status config.cache so_locations
-rm -rf .deps
-#
-# This target is for documenation updators. It regenerates
-# the man pages and HTML docs from the YODL source files.
-# In order for this target to work YODL must be installed
-# and working on your system. JRA.
-yodldocs:
- @$(SHELL) $(srcdir)/script/makeyodldocs.sh $(srcdir)
-
# this target is really just for my use. It only works on a limited
# range of machines and is used to produce a list of potentially
# dead (ie. unused) functions in the code. (tridge)