1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

merge from 2.2

(This used to be commit 6697e46183719c894ec115c0fd8a18ad4191b347)
This commit is contained in:
Gerald Carter 2001-12-21 20:04:22 +00:00
parent fff44cc700
commit ca87fe7176

View File

@ -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)