Just a short question on assets. The documentation generator needs to
install a "doc" folder along the lua sources. The folder contains CSS and
JS files that need to be copied in the generated doc.

.../lub/doc
.../lub/Doc.lua

Is this OK in the build section of the rockspec should I use
"copy_directories" ? But then where will the files be related to installed
"Doc.lua" ?

build = {
  type = 'builtin',
  ['lub.doc'] = 'lub/doc',
  ['lub.Doc'] = 'lub/Doc.lua',
}

Thanks for your help,

G.
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to