Revert Tigert's change, because it breaks IE
[mono.git] / doc / web / makefile
index 8c94afb3fd04ccf299cc7a1ee2e2cb1507c99acd..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,6 +27,13 @@ all:
 
        perl process.pl commands template.html.in .
 
-for-tuomas:
-       cp *.html ~/home-page/for-tuomas
-       web-sync
\ No newline at end of file
+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