From: Jon Purdy Date: Tue, 21 Feb 2017 23:41:15 +0000 (-0800) Subject: [exdoc] Add missing dependency. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=747c9fdc799b1df1b7905b74d45e9fb6fc9ba887;p=mono.git [exdoc] Add missing dependency. --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 99652f30dc5..95519541ea3 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -87,7 +87,7 @@ mono-file-formats.zip: mono-file-formats.tree mono-file-formats.tree: $(srcdir)/docs.make $(srcdir)/Makefile.am $(srcdir)/deploy/.stamp $(TOOL_MAKE) $@ -deploy/.stamp: convert.exe Makefile.am +deploy/.stamp: convert.exe Makefile.am exdoc $(mkdir_p) html runtimedir=`cd ../runtime && pwd`; export runtimedir; \ MONO_PATH=$(CLASS) perl $(srcdir)/exdoc -h $(srcdir) -t . $(srcdir)/../mono/*/*.c