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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-16 04:45:31 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-16 04:45:31 +0400
commit92f0a067886d8d0eb5fc376e1004c63ead7ef9c4 (patch)
tree0cda5a7041fc7f50f2c20fb6ea0abed6fedc7961 /doc/Makefile.am
parentba11592b2ccd4f6466b79260614614fa28f30434 (diff)
Flush
svn path=/trunk/mono/; revision=166
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 00000000000..aa98747f534
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,16 @@
+WEB_FILES=
+ c-sharp class-library contact contributing documentation download \
+ faq gcc-frontend ideas index makefile passport rationale resources \
+ roadmap runtime status team testing thanks tools
+
+OTHERS= pending resources-pending todo
+
+EXTRA_DIST = $(WEB_FILES) README $(OTHERS)
+
+all-docs: $(WEB_FILES)
+ cat rationale roadmap c-sharp tools class-library \
+ runtime documentation download faq contributing \
+ resources status > all-docs
+
+webit:
+ (cd web; make && make push)