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>2002-01-04 06:55:08 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-04 06:55:08 +0300
commit6337caea644c3ebd191e4c35c697e07cec2bffd7 (patch)
treee101b169d88194fc1aed007146a9601794486551 /web/Makefile.am
parent7b169e2d1415376114f595c23040115a0c928723 (diff)
Add pending classes
svn path=/trunk/mono/; revision=1798
Diffstat (limited to 'web/Makefile.am')
-rw-r--r--web/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/Makefile.am b/web/Makefile.am
index ab1762d8a84..9ed3686c842 100644
--- a/web/Makefile.am
+++ b/web/Makefile.am
@@ -12,7 +12,15 @@ all-docs: $(WEB_FILES)
runtime documentation download faq contributing \
resources status > all-docs
-webit:
+class-status: class-status.in pending-classes Makefile.am
+ cat class-status.in pending-classes > class-status
+
+pending-classes: pending-classes.in Makefile.am
+ echo "This is a list of pending classes, and links to their documentation on MSDN.Microsoft.com\n\n" > pending-classes
+ for i in `cat pending-classes.in`; do x=`echo $$i | sed s/\\\.//g`; link=`echo http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrf@@@ClassTopic.asp | sed "s/@@@/$$x/"`; echo " <a href=\"$$link\">$$i</a><br>" >> pending-classes; done
+
+
+webit: class-status
(cd web; make && make push)
push-notes: