makefile 756 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. SOURCES= \
  2. ../contributing \
  3. ../class-library \
  4. ../class-status \
  5. ../contact \
  6. ../c-sharp \
  7. ../ccvs \
  8. ../documentation \
  9. ../download \
  10. ../faq \
  11. ../gcc-frontend \
  12. ../index \
  13. ../ideas \
  14. ../passport \
  15. ../rationale \
  16. ../resources \
  17. ../roadmap \
  18. ../runtime \
  19. ../status \
  20. ../testing \
  21. ../porting \
  22. ../tools
  23. all:
  24. -mkdir site
  25. for i in $(SOURCES); do \
  26. perl htmlify $$i > `basename $$i`.src; \
  27. done;
  28. perl process.pl commands template.html.in .
  29. clean:
  30. for i in $(SOURCES); do \
  31. rm -f `basename $$i`.src `basename $$i`.html; \
  32. done;
  33. push:
  34. scp *.html [email protected]:/web/cvsmodules/mono
  35. scp *.html [email protected]:/home/groups/m/mo/mononet/htdocs
  36. push2:
  37. scp *.html primates:public_html/xxx