summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-11 01:33:57 +0000
committerJeremy Allison <jra@samba.org>1998-11-11 01:33:57 +0000
commit88031bca5c528157ef2fe1d976a245b186ff8959 (patch)
treec532dc19affc989ad88c6647a3dfd9a5be2a31eb /source/Makefile.in
parent8d4e8498df15926bffbcf537c80643451ca76002 (diff)
downloadsamba-88031bca5c528157ef2fe1d976a245b186ff8959.tar.gz
samba-88031bca5c528157ef2fe1d976a245b186ff8959.tar.xz
samba-88031bca5c528157ef2fe1d976a245b186ff8959.zip
Makefile.in: Added target for makeyodldocs - not used by default.
rpc_client/cli_reg.c: The perils of cut-n-paste coding include using variables before they are initialised :-). script/makeyodldocs.sh: Remove the intermediate files. Jeremy.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index fee28ac8f4c..59e824bd8e9 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -476,6 +476,14 @@ distclean: realclean
-rm -f config.status config.cache
-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)