[llvm-commits] [support] r40842 - in /support/trunk: docs/ docs/index.html website/ website/index.html

Reid Spencer rspencer at reidspencer.com
Sun Aug 5 10:13:15 PDT 2007


Author: reid
Date: Sun Aug  5 12:13:15 2007
New Revision: 40842

URL: http://llvm.org/viewvc/llvm-project?rev=40842&view=rev
Log:
Add placeholders for support module's documentation and website.

Added:
    support/trunk/docs/
    support/trunk/docs/index.html
    support/trunk/website/
    support/trunk/website/index.html

Added: support/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/support/trunk/docs/index.html?rev=40842&view=auto

==============================================================================
--- support/trunk/docs/index.html (added)
+++ support/trunk/docs/index.html Sun Aug  5 12:13:15 2007
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>LLVM SUPPORT DOCUMENTATION</h1>
+    <p>This is just a placeholder</p>
+  </body>
+</html>

Added: support/trunk/website/index.html
URL: http://llvm.org/viewvc/llvm-project/support/trunk/website/index.html?rev=40842&view=auto

==============================================================================
--- support/trunk/website/index.html (added)
+++ support/trunk/website/index.html Sun Aug  5 12:13:15 2007
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>LLVM SUPPORT WEB SITE</h1>
+    <p>This is just a placeholder</p>
+  </body>
+</html>





More information about the llvm-commits mailing list