Add documentation Makefile
This commit is contained in:
Родитель
958d96f9fa
Коммит
5765e5e2ae
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
echo You can use "make update-docs" to update the docs
|
||||
|
||||
update-docs:
|
||||
(cd binding; xbuild SkiaSharp.Generic.sln)
|
||||
mdoc update --out=docs/en binding/SkiaSharp.Generic/bin/Debug/SkiaSharp.dll
|
Загрузка…
Ссылка в новой задаче