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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2012-11-13 01:30:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-11-13 01:30:06 +0400
commit6ca1f9e7b7e620af790a0f5a088ae0daf6275458 (patch)
treebab114362468d27b20671a0217edae00df0c166a /Makefile
parent60d361aac34afd38cbe87e9212c00697d775b9fc (diff)
Add API stubs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..6114ba13
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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)