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

Makefile - github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6114ba13e5da3b19f605453eb3613fb86e1dbfbc (plain)
1
2
3
4
5
6
7
8
9
10
11

all:

./Xwt/bin/Release/Xwt.dll:
	/Developer/MonoDevelop.app/Contents/MacOS/mdtool build

DOCS_PATH=docs
DOCS_ASSEMBLIES=./Xwt/bin/Release/Xwt.dll

update-docs:
	mdoc update --delete $(MDOC_UPDATE_OPTIONS) -o $(DOCS_PATH)/en $(DOCS_ASSEMBLIES)