From bdb43955cf95f267b6583b2253c89e2705373e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Draho=C5=A1?= Date: Sun, 1 Apr 2012 19:38:30 +0300 Subject: Updated Readme install --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0c00a7..610bdf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ target_link_libraries ( luac liblua_static ) install_executable ( lua luac ) install_library ( liblua ) -install_data ( README COPYRIGHT HISTORY ) +install_data ( README.md COPYRIGHT HISTORY ) install_lua_module ( strict etc/strict.lua ) install_header (src/lua.h src/lualib.h src/lauxlib.h etc/lua.hpp ${CMAKE_CURRENT_BINARY_DIR}/luaconf.h ) install_doc ( doc/ ) -- cgit v1.2.1