This commit is contained in:
Miguel de Icaza 2016-02-22 13:53:56 -05:00
Родитель 958d96f9fa
Коммит 5765e5e2ae
1 изменённых файлов: 6 добавлений и 0 удалений

6
Makefile Normal file
Просмотреть файл

@ -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