mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
This is an important refactor of the way documentation generation works
* Installs luarocks WITH it's executable (easy to install other rocks if necessary) * Use Lua supplied with luarocks * Create Utils/luadocumentor.bat, which works with RELATIVE PATH ! -> Everybody can generate the doc * Updated launch files accordingly
This commit is contained in:
7
Utils/luarocks/lua/luarocks/fetch/git_https.lua
Normal file
7
Utils/luarocks/lua/luarocks/fetch/git_https.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
--- Fetch back-end for retrieving sources from Git repositories
|
||||
-- that use https:// transport. For example, for fetching a repository
|
||||
-- that requires the following command line:
|
||||
-- `git clone https://example.com/foo.git`
|
||||
-- you can use this in the rockspec:
|
||||
-- source = { url = "git+https://example.com/foo.git" }
|
||||
return require "luarocks.fetch.git_http"
|
||||
Reference in New Issue
Block a user