Makefile.in: Added target for makeyodldocs - not used by default.
[kai/samba.git] / source / Makefile.in
index fee28ac8f4c481a192d3e4c3fddf7600e7473be5..59e824bd8e9784d497c4dcdd8279958f1b4e45c5 100644 (file)
@@ -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)