Files
Terminal.Gui/Makefile
Miguel de Icaza e1b1b52e99 Added docs
2018-01-15 22:54:27 -05:00

12 lines
393 B
Makefile

all: doc-update yaml
# Used to fetch XML doc updates from the C# compiler into the ECMA docs
doc-update:
mdoc update -i ./bin/Release/Terminal.xml -o ecmadocs/en ./bin/Release/Terminal.exe
yaml:
-rm ecmadocs/en/ns-.xml
mono /cvs/ECMA2Yaml/ECMA2Yaml/ECMA2Yaml/bin/Debug/ECMA2Yaml.exe --source=`pwd`/ecmadocs/en --output=`pwd`/docfx/api
(cd docfx; mono ~/Downloads/docfx/docfx.exe build)