Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-06 11:40:24 +0300
committerGitHub <noreply@github.com>2019-08-06 11:40:24 +0300
commit7ab3811b934779c0622f6343ab2b75d64099e3d0 (patch)
tree183d9ded0f1e3c06fd99283b7f6c8ead7dc3d325 /docs
parentd57f3f55f0d3fa09f60df346e238be95e02924e3 (diff)
Bump api-doc-tools to latest master (#16035)
* Bump api-doc-tools to latest master Disable building mdoc.exe in mcs mode since it no longer builds because of new C# features. * Fix mcs build by disabling more mdoc invocations * Bump monodroid_tools to compile against v4.7 reference assemblies mdoc needs ValueTuple which is not in v4.6. * [csproj] Update project files
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.make23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/docs.make b/docs/docs.make
index aaef10a8cea..13d82f16ed9 100644
--- a/docs/docs.make
+++ b/docs/docs.make
@@ -18,6 +18,27 @@ convert.exe: $(srcdir)/convert.cs AgilityPack.dll
AgilityPack.dll:
$(CSCOMPILE) -r:$(topdir)/class/lib/$(PROFILE)/mscorlib.dll -r:$(topdir)/class/lib/$(PROFILE)/System.dll -r:$(topdir)/class/lib/$(PROFILE)/System.Xml.dll -target:library -out:$@ $(srcdir)/HtmlAgilityPack/*.cs
+ifdef MCS_MODE
+monoapi.zip:
+ touch $@
+
+monoapi.tree: monoapi.zip
+ touch $@
+
+mono-tools.zip:
+ touch $@
+
+mono-tools.tree: mono-tools.zip
+ touch $@
+
+mono-file-formats.zip:
+ touch $@
+
+mono-file-formats.tree: mono-file-formats.zip
+ touch $@
+
+else
+
monoapi.zip: monoapi.tree
@test -f $@ || { rm -f $< && $(MAKE) $<; }
@@ -36,5 +57,7 @@ mono-file-formats.zip: mono-file-formats.tree
mono-file-formats.tree: $(srcdir)/mono-file-formats.config $(srcdir)/docs.make
$(MDOC) assemble -o mono-file-formats -f man $<
+endif
+
.doc-stamp: