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:
authorPiers Haken <piers@mono-cvs.ximian.com>2002-03-09 12:03:20 +0300
committerPiers Haken <piers@mono-cvs.ximian.com>2002-03-09 12:03:20 +0300
commit9030d6048d37c9259156769ce8b0a9b633d62f15 (patch)
tree374451acd7d4d07b1a91dc0482add0e5a90c3b72 /web/Makefile.am
parente13817a86b243ae7ec2333aa15071483ee14493c (diff)
use web/makefile to build class-status, etc...
svn path=/trunk/mono/; revision=3018
Diffstat (limited to 'web/Makefile.am')
-rw-r--r--web/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/Makefile.am b/web/Makefile.am
index a5298147930..723cb4fd6f7 100644
--- a/web/Makefile.am
+++ b/web/Makefile.am
@@ -22,8 +22,11 @@ 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
+webit: dummy
(cd web; make && make push)
push-notes:
scp release-notes/mono* www@www:/web/cvsmodules/mono/archive
+
+dummy:
+