Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ test/test_matrix.lua
test/test_fit.lua
test/test_complex.lua
doc/complex_changelog.txt
doc/fit_changelog.txt
doc/matrix_changelog.txt
samples/fit.lua
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ as well as the test suite.

To install, copy matrix.lua and complex.lua into your LUA_PATH. The
modules can alternately be installed via LuaRocks ("luarocks install
luamatrix").
luamatrix"). Or, run "./util.mk; cd tmp/*; luarocks make" from a local
clone.

== Project Page ==

Expand Down
2 changes: 1 addition & 1 deletion rockspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build = {
["matrix"] = "lua/matrix.lua",
}
},
copy_directories = {"doc", "samples", "tests"},
copy_directories = {"doc", "samples", "test"},
}
-- test: tests/test.lua
-- _VERSION from lua/matrix.lua