2016-02-22 21:53:56 +03:00
|
|
|
all:
|
2016-03-07 19:33:20 +03:00
|
|
|
echo You can use "make update-docs" to update the docs, "or make assemble-docs" to assemble for deployment
|
2016-02-22 21:53:56 +03:00
|
|
|
|
|
|
|
update-docs:
|
|
|
|
(cd binding; xbuild SkiaSharp.Generic.sln)
|
|
|
|
mdoc update --out=docs/en binding/SkiaSharp.Generic/bin/Debug/SkiaSharp.dll
|
2016-02-23 09:32:40 +03:00
|
|
|
(cd docs; mdoc assemble --out=SkiaSharp en)
|
2016-03-07 19:33:20 +03:00
|
|
|
|
|
|
|
assemble-docs:
|
|
|
|
mdoc assemble --out=docs/SkiaSharp docs/en
|