aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-11-09 18:11:35 +0100
committerMike Pall <mike>2010-11-09 18:11:35 +0100
commitb45e3246cee8c92b72622808f03b5cb7d539e244 (patch)
tree20ee73228a325afa5a879850556336651c2f7add /doc/install.html
parentad29c1f39feb55d4d443b9352448a12a1be8ee23 (diff)
downloadluajit-b45e3246cee8c92b72622808f03b5cb7d539e244.tar.gz
luajit-b45e3246cee8c92b72622808f03b5cb7d539e244.tar.bz2
luajit-b45e3246cee8c92b72622808f03b5cb7d539e244.zip
Split up extension/API docs into sub-pages.
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/install.html b/doc/install.html
index 775b3470..9dac37a3 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -13,19 +13,19 @@ table.compat {
13 line-height: 1.2; 13 line-height: 1.2;
14 width: 600px; 14 width: 600px;
15} 15}
16tr.compathead td { 16table.compat td {
17 border: 1px solid #bfcfff;
18 font-size: 90%;
19 height: 2.5em;
20}
21table.compat tr.compathead td {
17 font-weight: bold; 22 font-weight: bold;
18 border-bottom: 2px solid #bfcfff; 23 border-bottom: 2px solid #bfcfff;
19} 24}
20tr.compathead td.compatos { 25tr.compathead td.compatos {
21 vertical-align: top; 26 vertical-align: top;
22} 27}
23td { 28table.compat td.compatcpu {
24 border: 1px solid #bfcfff;
25 font-size: 90%;
26 height: 2.5em;
27}
28td.compatcpu {
29 width: 16%; 29 width: 16%;
30 border-right: 2px solid #bfcfff; 30 border-right: 2px solid #bfcfff;
31} 31}
@@ -52,8 +52,13 @@ td.compatno {
52<a class="current" href="install.html">Installation</a> 52<a class="current" href="install.html">Installation</a>
53</li><li> 53</li><li>
54<a href="running.html">Running</a> 54<a href="running.html">Running</a>
55</li></ul>
56</li><li>
57<a href="extensions.html">Extensions</a>
58<ul><li>
59<a href="ext_jit.html">jit.* Library</a>
55</li><li> 60</li><li>
56<a href="api.html">API Extensions</a> 61<a href="ext_c_api.html">Lua/C API</a>
57</li></ul> 62</li></ul>
58</li><li> 63</li><li>
59<a href="status.html">Status</a> 64<a href="status.html">Status</a>