diff options
author | David Walter Seikel | 2013-01-13 17:32:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-13 17:32:23 +1000 |
commit | 2f933e86b41b1112e6697f95cba7f541f029af8b (patch) | |
tree | 271b16e41805a3a5a49583fe6e675ceb3291020e /libraries/LuaJIT-1.1.7/doc/readme.html | |
parent | Remove EFL, since it's been released now. (diff) | |
download | SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.zip SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.tar.gz SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.tar.bz2 SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.tar.xz |
Remove unused LuaJIT 1.1.7, since the 2.0 version works fine.
Diffstat (limited to '')
-rw-r--r-- | libraries/LuaJIT-1.1.7/doc/readme.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/libraries/LuaJIT-1.1.7/doc/readme.html b/libraries/LuaJIT-1.1.7/doc/readme.html deleted file mode 100644 index 38be6db..0000000 --- a/libraries/LuaJIT-1.1.7/doc/readme.html +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE>Lua documentation</TITLE> | ||
4 | <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> | ||
5 | </HEAD> | ||
6 | |||
7 | <BODY> | ||
8 | |||
9 | <HR> | ||
10 | <H1> | ||
11 | <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> | ||
12 | Documentation | ||
13 | </H1> | ||
14 | |||
15 | This is the documentation included in the source distribution of Lua 5.1.4. | ||
16 | |||
17 | <UL> | ||
18 | <LI><A HREF="contents.html">Reference manual</A> | ||
19 | <LI><A HREF="lua.html">lua man page</A> | ||
20 | <LI><A HREF="luac.html">luac man page</A> | ||
21 | <LI><A HREF="../README">lua/README</A> | ||
22 | <LI><A HREF="../etc/README">lua/etc/README</A> | ||
23 | <LI><A HREF="../test/README">lua/test/README</A> | ||
24 | </UL> | ||
25 | |||
26 | Lua's | ||
27 | <A HREF="http://www.lua.org/">official web site</A> | ||
28 | contains updated documentation, | ||
29 | especially the | ||
30 | <A HREF="http://www.lua.org/manual/5.1/">reference manual</A>. | ||
31 | <P> | ||
32 | |||
33 | <HR> | ||
34 | <SMALL> | ||
35 | Last update: | ||
36 | Tue Aug 12 14:46:07 BRT 2008 | ||
37 | </SMALL> | ||
38 | |||
39 | </BODY> | ||
40 | </HTML> | ||