aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-01 16:43:14 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-01 16:43:14 -0400
commit375d0e6b94781156a76682d39b89db507b5d24cd (patch)
tree4e629abe2e73d03885b509bce47773bf4123bc1b
parentc2c98359b94bb764c0815c2b06d9a5f015615268 (diff)
Moved 'docs/markdowndoc.lua' into 'scripts/markdowndoc.lua'.
-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)