Flush
[mono.git] / doc / web / makefile
index be81519586b7cc50c62d51902acf70cffb603a37..1e549a40c3a8468ae4910db29536600e0c3c1651 100644 (file)
@@ -1,6 +1,8 @@
 SOURCES=       \
        ../contributing         \
        ../class-library        \
+       ../class-status         \
+       ../contact              \
        ../c-sharp              \
        ../documentation        \
        ../download             \
@@ -8,6 +10,7 @@ SOURCES=       \
        ../gcc-frontend         \
        ../index                \
        ../ideas                \
+       ../passport             \
        ../rationale            \
        ../resources            \
        ../roadmap              \
@@ -24,5 +27,13 @@ all:
 
        perl process.pl commands template.html.in .
 
-for-tuomas:
-       scp *.html primates:~/public-html/xxx
+clean:
+       for i in $(SOURCES); do \
+               rm -f `basename $$i`.src `basename $$i`.html; \
+       done;
+
+push:
+       scp *.html www@www.ximian.com:/web/cvsmodules/mono
+
+push2: 
+       scp *.html primates:public_html/xxx