Welcome to mirror list, hosted at ThFree Co, Russian Federation.

monoapi.make « docs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f5a936269566c917903f30d32eb9cd45e65e0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
thisdir = docs
SUBDIRS = 
include $(topdir)/build/rules.make

assemble: toc.xml
	$(MDOC) assemble -o monoapi -f hb toc.xml

convert.exe: convert.cs AgilityPack.dll
	$(CSCOMPILE) -out:$@ $< -r:AgilityPack.dll

.doc-stamp: