Some profiler documentation
[mono.git] / mono / docscripts / Makefile
1 all: monoapi.tree
2
3 monoapi.tree: toc.xml 
4         monodoc --assemble --out monoapi --hb toc.xml
5
6 extract: convert.exe
7         perl exdoc -h . ../*/*.c
8
9 convert.exe: convert.cs AgilityPack.dll
10         mcs convert.cs -r:AgilityPack.dll
11
12 install:
13         cp monoapi.* `monodoc --get-sourcesdir`