Fix API diff markdown and make sure wrench shows the link to the .md files (#3950)

The existing Makefile copy api-diff.html to index.html before it was
updated with the .md links.

The mono-api-html.exe was reversing the diff (ole/new) sections.
This commit is contained in:
Sebastien Pouliot 2018-04-17 18:17:43 -04:00 коммит произвёл GitHub
Родитель 3e4b6bb9aa
Коммит 9b8aa7c168
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 2 удалений

2
external/macios-binaries поставляемый

@ -1 +1 @@
Subproject commit 37d3c2ea433f21880538cd0ce449fcb6b552e8b1
Subproject commit 452541f291d95f9bc884dc99e36c8fe9643d5927

1
tools/apidiff/.gitignore поставляемый
Просмотреть файл

@ -8,3 +8,4 @@ ios-*.md
tvos-*.md
watchos-*.md
macos-*.md
xamarin-*.md

Просмотреть файл

@ -275,12 +275,12 @@ ifdef INCLUDE_TVOS
endif
endif
$(Q) $(MAKE) all -j8
$(Q) $(MAKE) -j8 ios-markdown tvos-markdown watchos-markdown macos-markdown
$(Q) cp api-diff.html index.html
@echo "@MonkeyWrench: AddFile: $(CURDIR)/index.html"
@echo "@MonkeyWrench: AddFile: $(CURDIR)/api-diff.html"
@# remove empty files so they're not uploaded
@-find $(CURDIR)/diff -size 0 | xargs rm
$(MAKE) -j8 ios-markdown tvos-markdown watchos-markdown macos-markdown
ifdef INCLUDE_IOS
$(MAKE) verify-reference-assemblies-ios -j8
endif