fixup doc generation
This commit is contained in:
parent
0081e9d1a6
commit
44f7620a41
2 changed files with 8 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ clean-all: clean
|
|||
${MAKE} -s -Cexternal/json clean
|
||||
|
||||
doc:
|
||||
ldoc -q . >/dev/null
|
||||
ldoc -s . -q . >/dev/null
|
||||
|
||||
install:
|
||||
mkdir -p include/callisto
|
||||
|
|
13
config.ld
13
config.ld
|
@ -2,15 +2,16 @@ project = "Callisto"
|
|||
title = "Callisto library documentation"
|
||||
description = "standalone scripting platform for Lua 5.4"
|
||||
full_description = [[
|
||||
Callisto is a scripting interpreter for Lua 5.4 which
|
||||
includes many useful libraries relating to file system
|
||||
manipulation, processes and signals, command-line
|
||||
argument parsing, environment variables and more.
|
||||
It is designed to make Lua into a general purpose
|
||||
standalone scripting language, which anyone can use.
|
||||
Callisto is a standalone scripting environment for Lua 5.4
|
||||
which includes many useful libraries relating to file system
|
||||
manipulation, processes and signals, command-line argument
|
||||
parsing, environment variables and more. It is designed to
|
||||
make Lua into a general purpose standalone scripting language
|
||||
that anyone can use.
|
||||
]]
|
||||
dir = "doc"
|
||||
format = "markdown"
|
||||
style = "."
|
||||
|
||||
file = {
|
||||
".",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue