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-06 19:32:07 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-06 19:32:07 +0300
commit53f1e8663670e043e4cad48c5ecfb41c822266d9 (patch)
tree8c221bc3f3711921636ae70e9997e1d21c91d074 /web/Makefile.am
parent92cd22d0c358f7b2dbf935247d190df08fc91b08 (diff)
Update with the link to the approved ECMA specs
svn path=/trunk/mono/; revision=1872
Diffstat (limited to 'web/Makefile.am')
-rw-r--r--web/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile.am b/web/Makefile.am
index 9ed3686c842..ec28bc880eb 100644
--- a/web/Makefile.am
+++ b/web/Makefile.am
@@ -16,7 +16,7 @@ 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
+ echo "This is a list of pending classes, and links to their documentation on MSDN.Microsoft.com<p><p>" > 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