aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4d8e8e76..c7f1825f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -264,11 +264,13 @@ manual: ../*.md ../doc/manual.md | ../doc/bombay
../doc/manual.html
sed -i -e "s/Textadept Manual/Textadept $(subst _, ,$(version)) Manual/;" \
../doc/manual.html
-luadoc: ../modules ../core ../lexers
+luadoc: ../modules ../core ../lexers | ../modules/lua/lua.luadoc
cd ../doc && luadoc -d . -t . --doclet markdowndoc $^/lexer.lua
sed -i -e "s/Textadept API/Textadept $(subst _, ,$(version)) API/;" \
../doc/api.html
cd ../modules && luadoc -d lua --doclet lua/tadoc $^/lexer.lua
+ cd ../modules/lua && mv tags ta_tags && mv api ta_api
+ cd ../modules && luadoc -d lua --doclet lua/tadoc $|
# Releases.