aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/markdowndoc.lua (renamed from docs/markdowndoc.lua)0
-rw-r--r--src/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdowndoc.lua b/scripts/markdowndoc.lua
index eb2d9a2a..eb2d9a2a 100644
--- a/docs/markdowndoc.lua
+++ b/scripts/markdowndoc.lua
diff --git a/src/Makefile b/src/Makefile
index 548db452..ccd99a07 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -284,7 +284,7 @@ manual: ../docs/api.md $(wildcard ../docs/*.md) | ../docs/_layouts/default.html
"s/\(\# Textadept\).\+\?\(Manual\|API\)/\1 $(subst _, ,$(version)) \2/;" \
../docs/*.md
luadoc: ../core $(modules) ../lexers/lexer.lua | ../modules/lua/lua.luadoc
- cd ../docs && luadoc --doclet markdowndoc $^ > api.md
+ cd ../scripts && luadoc --doclet markdowndoc $^ > ../docs/api.md
cd ../modules && luadoc -d lua --doclet lua/tadoc $^ --ta-home=$(ta_home)
cd ../modules/lua && mv tags ta_tags && mv api ta_api
cd ../modules && luadoc -d lua --doclet lua/tadoc $| --ta-home=$(ta_home)