From ca87fe7176a69cdce25154b943ec4bb6118e0b03 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 21 Dec 2001 20:04:22 +0000 Subject: merge from 2.2 (This used to be commit 6697e46183719c894ec115c0fd8a18ad4191b347) --- source3/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/Makefile.in') 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) -- cgit