aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 4d1537ce..1911fbfb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -341,15 +341,15 @@ clean:
# Documentation.
-doc: rootdoc manual luadoc adeptsense
+doc: rootdoc manual luadoc tadoc
rootdoc: ../*.md
$(bombay) -d ../doc -t ../doc --title Textadept --navtitle '' $^
manual: ../doc/*.md
$(bombay) -d ../doc -t ../doc --title Textadept --navtitle Manual $^
luadoc: ../modules ../core ../lexers
cd ../doc && $(luadoc) -d . -t . --doclet markdowndoc $^/lexer.lua
-adeptsense: ../modules ../core ../lexers
- cd ../modules && $(luadoc) -d lua --doclet lua/adeptsensedoc $^/lexer.lua
+tadoc: ../modules ../core ../lexers
+ cd ../modules && $(luadoc) -d lua --doclet lua/tadoc $^/lexer.lua
cleandoc: ; rm -rf ../doc/*.html ../doc/api
# Releases.